Color Hex Logo

#06354a Color Hex

#06354A
(6,53,74)
0 Favorites   0 Comments

Color spaces of #06354a

RGB 65374
HSL0.550.850.16
HSV199°92°29°
CMYK 0.920.280.00   0.71
XYZ2.58423.07936.9367
Yxy3.07930.20510.2444
Hunter Lab17.5479-4.4220-11.1538
CIE-Lab20.3587-6.3701-17.1906

#06354a color RGB value is (6,53,74).

#06354a hex color red value is 6, green value is 53 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #06354a hue: 0.55 , saturation: 0.85 and the lightness value of 06354a is 0.16.

The process color (four color CMYK) of #06354a color hex is 0.92, 0.28, 0.00, 0.71. Web safe color of #06354a is #003333. Color #06354a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00110101 01001010
Octal 6 65 112
Decimal 6 53 74
Hex 6 35 4A

RGB Percentages of Color #06354a

%4.51
%39.85
%55.64

CMYK Percentages of Color #06354a

%92
%28
%0
%71

Triadic Colors of #06354a

#06354a #4a0635 #354a06

Analogous Colors of #06354a

#06354a #06134a #064a3d

Monochromatic Colors of #06354a

#06354a

Complementary Color

#06354a #4a1b06

#06354a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06354a Color Preview on White Background

Lorem ipsum dolor sit amet.

#06354a Color CSS Codes

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

#06354a Text Font Color

<p style="color:#06354a">Text here</p>

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


#06354a Background Color

<div style="background-color:#06354a">
Div content here</div>

This div background color is #06354a


#06354a Border Color

<div style="border:3px solid #06354a">
Div here</div>

This div border color is #06354a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,53,74, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #06354a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #06354a;
  -webkit-box-shadow: 1px 1px 3px 2px #06354a;
  box-shadow:         1px 1px 3px 2px #06354a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06354a


Comments

No comments written yet.

Please login to write comment.