Color Hex Logo

#6308cc Color Hex

#6308CC
(99,8,204)
0 Favorites   0 Comments

Color spaces of #6308cc

RGB 998204
HSL0.740.920.42
HSV268°96°80°
CMYK 0.510.960.00   0.20
XYZ16.13157.185957.6635
Yxy7.18590.19920.0887
Hunter Lab26.806560.5054-108.7741
CIE-Lab32.226468.9590-78.6628

#6308cc color RGB value is (99,8,204).

#6308cc hex color red value is 99, green value is 8 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #6308cc hue: 0.74 , saturation: 0.92 and the lightness value of 6308cc is 0.42.

The process color (four color CMYK) of #6308cc color hex is 0.51, 0.96, 0.00, 0.20. Web safe color of #6308cc is #6600cc. Color #6308cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 00001000 11001100
Octal 143 10 314
Decimal 99 8 204
Hex 63 8 CC

RGB Percentages of Color #6308cc

%31.83
%2.57
%65.59

CMYK Percentages of Color #6308cc

%51
%96
%0
%20

Triadic Colors of #6308cc

#6308cc #cc6308 #08cc63

Analogous Colors of #6308cc

#6308cc #c508cc #080fcc

Monochromatic Colors of #6308cc

#6308cc

Complementary Color

#6308cc #71cc08

#6308cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6308cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6308cc Color CSS Codes

.mybgcolor {background-color:#6308cc; } 
.myforecolor {color:#6308cc; }
.mybordercolor {border:3px solid #6308cc; }

#6308cc Text Font Color

<p style="color:#6308cc">Text here</p>

This sample text font color is #6308cc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#6308cc Background Color

<div style="background-color:#6308cc">
Div content here</div>

This div background color is #6308cc


#6308cc Border Color

<div style="border:3px solid #6308cc">
Div here</div>

This div border color is #6308cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,8,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6308cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6308cc;
  -webkit-box-shadow: 1px 1px 3px 2px #6308cc;
  box-shadow:         1px 1px 3px 2px #6308cc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(99,8,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #6308cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #6308cc;
  -webkit-box-shadow: 1px 1px 3px 2px #6308cc;
  box-shadow:         1px 1px 3px 2px #6308cc;">
Div content here</div>

This div box has shadow with color #6308cc


Comments

No comments written yet.

Please login to write comment.