Color Hex Logo

#06375f Color Hex

#06375F
(6,55,95)
0 Favorites   0 Comments

Color spaces of #06375f

RGB 65595
HSL0.570.880.20
HSV207°94°37°
CMYK 0.940.420.00   0.63
XYZ3.50693.597311.3360
Yxy3.59730.19020.1951
Hunter Lab18.9665-0.1870-22.1601
CIE-Lab22.29281.4005-28.0650

#06375f color RGB value is (6,55,95).

#06375f hex color red value is 6, green value is 55 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #06375f hue: 0.57 , saturation: 0.88 and the lightness value of 06375f is 0.20.

The process color (four color CMYK) of #06375f color hex is 0.94, 0.42, 0.00, 0.63. Web safe color of #06375f is #003366. Color #06375f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00110111 01011111
Octal 6 67 137
Decimal 6 55 95
Hex 6 37 5F

RGB Percentages of Color #06375f

%3.85
%35.26
%60.90

CMYK Percentages of Color #06375f

%94
%42
%0
%63

Triadic Colors of #06375f

#06375f #5f0637 #375f06

Analogous Colors of #06375f

#06375f #060a5f #065f5b

Monochromatic Colors of #06375f

#06375f

Complementary Color

#06375f #5f2e06

#06375f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06375f Color Preview on White Background

Lorem ipsum dolor sit amet.

#06375f Color CSS Codes

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

#06375f Text Font Color

<p style="color:#06375f">Text here</p>

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


#06375f Background Color

<div style="background-color:#06375f">
Div content here</div>

This div background color is #06375f


#06375f Border Color

<div style="border:3px solid #06375f">
Div here</div>

This div border color is #06375f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,55,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #06375f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #06375f;
  -webkit-box-shadow: 1px 1px 3px 2px #06375f;
  box-shadow:         1px 1px 3px 2px #06375f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(6,55,95, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06375f


Comments

No comments written yet.

Please login to write comment.