color codes Logo

#06366d color codes

#06366D
(6,54,109)
0 Favorites   0 Comments

Color spaces of #06366d

RGB 654109
HSL0.590.900.23
HSV212°94°43°
CMYK 0.940.500.00   0.57
XYZ4.15463.781214.9789
Yxy3.78120.18130.1650
Hunter Lab19.44534.1082-32.0599
CIE-Lab22.93458.3090-36.1168

#06366d color RGB value is (6,54,109).

#06366d hex color red value is 6, green value is 54 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #06366d hue: 0.59 , saturation: 0.90 and the lightness value of 06366d is 0.23.

The process color (four color CMYK) of #06366d color code is 0.94, 0.50, 0.00, 0.57. Web safe color of #06366d is #003366. Color #06366d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00110110 01101101
Octal 6 66 155
Decimal 6 54 109
Hex 6 36 6D

RGB Percentages of Color #06366d

%3.55
%31.95
%64.50

CMYK Percentages of Color #06366d

%94
%50
%0
%57

Triadic Colors of #06366d

#06366d #6d0636 #366d06

Analogous Colors of #06366d

#06366d #09066d #066a6d

Monochromatic Colors of #06366d

#06366d

Complementary Color

#06366d #6d3d06

#06366d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06366d Color Preview on White Background

Lorem ipsum dolor sit amet.

#06366d Color CSS Codes

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

#06366d Text Font Color

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

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


#06366d Background Color

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

This div background color is #06366d


#06366d Border Color

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

This div border color is #06366d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06366d


Comments

No comments written yet.

Please login to write comment.