Color Hex Logo

#6066b5 Color Hex

#6066B5
(96,102,181)
0 Favorites   0 Comments

Color spaces of #6066b5

RGB 96102181
HSL0.650.360.54
HSV236°47°71°
CMYK 0.470.440.00   0.29
XYZ17.915715.325745.7300
Yxy15.32570.22690.1941
Hunter Lab39.148113.1796-41.8548
CIE-Lab46.077119.1092-42.7470

#6066b5 color RGB value is (96,102,181).

#6066b5 hex color red value is 96, green value is 102 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #6066b5 hue: 0.65 , saturation: 0.36 and the lightness value of 6066b5 is 0.54.

The process color (four color CMYK) of #6066b5 color hex is 0.47, 0.44, 0.00, 0.29. Web safe color of #6066b5 is #6666cc. Color #6066b5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01100110 10110101
Octal 140 146 265
Decimal 96 102 181
Hex 60 66 B5

RGB Percentages of Color #6066b5

%25.33
%26.91
%47.76

CMYK Percentages of Color #6066b5

%47
%44
%0
%29

Triadic Colors of #6066b5

#6066b5 #b56066 #66b560

Analogous Colors of #6066b5

#6066b5 #8560b5 #6091b5

Monochromatic Colors of #6066b5

#6066b5

Complementary Color

#6066b5 #b5af60

#6066b5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6066b5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6066b5 Color CSS Codes

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

#6066b5 Text Font Color

<p style="color:#6066b5">Text here</p>

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


#6066b5 Background Color

<div style="background-color:#6066b5">
Div content here</div>

This div background color is #6066b5


#6066b5 Border Color

<div style="border:3px solid #6066b5">
Div here</div>

This div border color is #6066b5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,102,181, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6066b5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6066b5;
  -webkit-box-shadow: 1px 1px 3px 2px #6066b5;
  box-shadow:         1px 1px 3px 2px #6066b5; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6066b5


Comments

No comments written yet.

Please login to write comment.