Color Hex Logo

#06484a Color Hex

#06484A
(6,72,74)
0 Favorites   0 Comments

Color spaces of #06484a

RGB 67274
HSL0.500.850.16
HSV182°92°29°
CMYK 0.920.030.00   0.71
XYZ3.62855.16797.2848
Yxy5.16790.22560.3214
Hunter Lab22.7330-11.2917-3.0864
CIE-Lab27.2079-17.8831-6.6962

#06484a color RGB value is (6,72,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 01001000 01001010
Octal 6 110 112
Decimal 6 72 74
Hex 6 48 4A

RGB Percentages of Color #06484a

%3.95
%47.37
%48.68

CMYK Percentages of Color #06484a

%92
%3
%0
%71

Triadic Colors of #06484a

#06484a #4a0648 #484a06

Analogous Colors of #06484a

#06484a #06264a #064a2a

Monochromatic Colors of #06484a

#06484a

Complementary Color

#06484a #4a0806

#06484a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06484a Color Preview on White Background

Lorem ipsum dolor sit amet.

#06484a Color CSS Codes

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

#06484a Text Font Color

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

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


#06484a Background Color

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

This div background color is #06484a


#06484a Border Color

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

This div border color is #06484a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06484a


Comments

No comments written yet.

Please login to write comment.