Color Hex Logo

#06375d Color Hex

#06375D
(6,55,93)
0 Favorites   0 Comments

Color spaces of #06375d

RGB 65593
HSL0.570.880.19
HSV206°94°36°
CMYK 0.940.410.00   0.64
XYZ3.41713.561410.8632
Yxy3.56140.19150.1996
Hunter Lab18.8717-0.7044-20.9192
CIE-Lab22.16500.5183-26.9587

#06375d color RGB value is (6,55,93).

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

The process color (four color CMYK) of #06375d color hex is 0.94, 0.41, 0.00, 0.64. Web safe color of #06375d is #003366. Color #06375d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00110111 01011101
Octal 6 67 135
Decimal 6 55 93
Hex 6 37 5D

RGB Percentages of Color #06375d

%3.90
%35.71
%60.39

CMYK Percentages of Color #06375d

%94
%41
%0
%64

Triadic Colors of #06375d

#06375d #5d0637 #375d06

Analogous Colors of #06375d

#06375d #060b5d #065d58

Monochromatic Colors of #06375d

#06375d

Complementary Color

#06375d #5d2c06

#06375d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06375d Color Preview on White Background

Lorem ipsum dolor sit amet.

#06375d Color CSS Codes

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

#06375d Text Font Color

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

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


#06375d Background Color

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

This div background color is #06375d


#06375d Border Color

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

This div border color is #06375d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06375d


Comments

No comments written yet.

Please login to write comment.