Color Hex Logo

#6067cb Color Hex

#6067CB
(96,103,203)
0 Favorites   0 Comments

Color spaces of #6067cb

RGB 96103203
HSL0.660.510.59
HSV236°53°80°
CMYK 0.530.490.00   0.20
XYZ20.453616.499158.6065
Yxy16.49910.21400.1727
Hunter Lab40.619118.7997-57.1121
CIE-Lab47.622625.3913-52.9950

#6067cb color RGB value is (96,103,203).

#6067cb hex color red value is 96, green value is 103 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #6067cb hue: 0.66 , saturation: 0.51 and the lightness value of 6067cb is 0.59.

The process color (four color CMYK) of #6067cb color hex is 0.53, 0.49, 0.00, 0.20. Web safe color of #6067cb is #6666cc. Color #6067cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01100111 11001011
Octal 140 147 313
Decimal 96 103 203
Hex 60 67 CB

RGB Percentages of Color #6067cb

%23.88
%25.62
%50.50

CMYK Percentages of Color #6067cb

%53
%49
%0
%20

Triadic Colors of #6067cb

#6067cb #cb6067 #67cb60

Analogous Colors of #6067cb

#6067cb #8f60cb #609dcb

Monochromatic Colors of #6067cb

#6067cb

Complementary Color

#6067cb #cbc460

#6067cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6067cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6067cb Color CSS Codes

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

#6067cb Text Font Color

<p style="color:#6067cb">Text here</p>

This sample text font color is #6067cb
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.


#6067cb Background Color

<div style="background-color:#6067cb">
Div content here</div>

This div background color is #6067cb


#6067cb Border Color

<div style="border:3px solid #6067cb">
Div here</div>

This div border color is #6067cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,103,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6067cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6067cb;
  -webkit-box-shadow: 1px 1px 3px 2px #6067cb;
  box-shadow:         1px 1px 3px 2px #6067cb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,103,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6067cb


Comments

No comments written yet.

Please login to write comment.