Color Hex Logo

#06454a Color Hex

#06454A
(6,69,74)
0 Favorites   0 Comments

Color spaces of #06454a

RGB 66974
HSL0.510.850.16
HSV184°92°29°
CMYK 0.920.070.00   0.71
XYZ3.43934.78947.2217
Yxy4.78940.22260.3100
Hunter Lab21.8847-10.2460-4.2457
CIE-Lab26.1261-16.1991-8.3261

#06454a color RGB value is (6,69,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 01000101 01001010
Octal 6 105 112
Decimal 6 69 74
Hex 6 45 4A

RGB Percentages of Color #06454a

%4.03
%46.31
%49.66

CMYK Percentages of Color #06454a

%92
%7
%0
%71

Triadic Colors of #06454a

#06454a #4a0645 #454a06

Analogous Colors of #06454a

#06454a #06234a #064a2d

Monochromatic Colors of #06454a

#06454a

Complementary Color

#06454a #4a0b06

#06454a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06454a Color Preview on White Background

Lorem ipsum dolor sit amet.

#06454a Color CSS Codes

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

#06454a Text Font Color

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

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


#06454a Background Color

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

This div background color is #06454a


#06454a Border Color

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

This div border color is #06454a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(6,69,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 #06454a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06454a


Comments

No comments written yet.

Please login to write comment.