Color Hex Logo

#06235c Color Hex

#06235C
(6,35,92)
0 Favorites   0 Comments

Color spaces of #06235c

RGB 63592
HSL0.610.880.19
HSV220°93°36°
CMYK 0.930.620.00   0.64
XYZ2.60792.013510.3764
Yxy2.01350.17390.1343
Hunter Lab14.18987.9739-33.4235
CIE-Lab15.557914.7812-36.9433

#06235c color RGB value is (6,35,92).

#06235c hex color red value is 6, green value is 35 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #06235c hue: 0.61 , saturation: 0.88 and the lightness value of 06235c is 0.19.

The process color (four color CMYK) of #06235c color hex is 0.93, 0.62, 0.00, 0.64. Web safe color of #06235c is #003366. Color #06235c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00100011 01011100
Octal 6 43 134
Decimal 6 35 92
Hex 6 23 5C

RGB Percentages of Color #06235c

%4.51
%26.32
%69.17

CMYK Percentages of Color #06235c

%93
%62
%0
%64

Triadic Colors of #06235c

#06235c #5c0623 #235c06

Analogous Colors of #06235c

#06235c #14065c #064e5c

Monochromatic Colors of #06235c

#06235c

Complementary Color

#06235c #5c3f06

#06235c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06235c Color Preview on White Background

Lorem ipsum dolor sit amet.

#06235c Color CSS Codes

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

#06235c Text Font Color

<p style="color:#06235c">Text here</p>

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


#06235c Background Color

<div style="background-color:#06235c">
Div content here</div>

This div background color is #06235c


#06235c Border Color

<div style="border:3px solid #06235c">
Div here</div>

This div border color is #06235c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,35,92, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #06235c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #06235c;
  -webkit-box-shadow: 1px 1px 3px 2px #06235c;
  box-shadow:         1px 1px 3px 2px #06235c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06235c


Comments

No comments written yet.

Please login to write comment.