Color Hex Logo

#06253c Color Hex

#06253C
(6,37,60)
0 Favorites   0 Comments

Color spaces of #06253c

RGB 63760
HSL0.570.820.13
HSV206°90°24°
CMYK 0.900.380.00   0.76
XYZ1.55231.68814.5190
Yxy1.68810.20010.2176
Hunter Lab12.9927-1.4109-11.5268
CIE-Lab13.7571-1.4060-17.9400

#06253c color RGB value is (6,37,60).

#06253c hex color red value is 6, green value is 37 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #06253c hue: 0.57 , saturation: 0.82 and the lightness value of 06253c is 0.13.

The process color (four color CMYK) of #06253c color hex is 0.90, 0.38, 0.00, 0.76. Web safe color of #06253c is #003333. Color #06253c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00100101 00111100
Octal 6 45 74
Decimal 6 37 60
Hex 6 25 3C

RGB Percentages of Color #06253c

%5.83
%35.92
%58.25

CMYK Percentages of Color #06253c

%90
%38
%0
%76

Triadic Colors of #06253c

#06253c #3c0625 #253c06

Analogous Colors of #06253c

#06253c #060a3c #063c38

Monochromatic Colors of #06253c

#06253c

Complementary Color

#06253c #3c1d06

#06253c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06253c Color Preview on White Background

Lorem ipsum dolor sit amet.

#06253c Color CSS Codes

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

#06253c Text Font Color

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

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


#06253c Background Color

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

This div background color is #06253c


#06253c Border Color

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

This div border color is #06253c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06253c


Comments

No comments written yet.

Please login to write comment.