#006A74

Color #006A74 Blue Lagoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Lagoon #006A74

Tints of Blue Lagoon #006A74

Color information

#006A74 (or 0x006A74) is unknown color: approx Blue Lagoon. HEX triplet: 00, 6A and 74. RGB value is (0,106,116). Sum of RGB (Red+Green+Blue) = 0+106+116=222 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 222); Green value is 106 (41.80% from 255 or 47.75% from 222); Blue value is 116 (45.70% from 255 or 52.25% from 222); Max value from RGB is 116 - color contains mainly: blue. Hex color #006A74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006A74 is #FF958B. Grayscale: #4B4B4B. Windows color (decimal): -16749964 or 7629312. OLE color: 7629312.

HSL color Cylindrical-coordinate representation of color #006A74: hue angle of 185.17º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006A74 is Cyan = 1, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB0106116-
CMYK10.0900.55
HSL185.17º100%22.75%-
HSV(B)185.17º100%45.49%-
XYZ8.3111.5718.32-
YUV75.45150.8874.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 106 (41.80% from 255) = 47.75%
BLUE value IS 116 (45.70% from 255) = 52.25%
R=0%
G=47.75%
B=52.25%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal010611610.0900.55185.1710022.75
Hex06A74649037b96417
Octal01521641441106727114427
Binary01101010111010011001001001011011110111001110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006A74; }

 p { color: rgb(0,106,116); }

 H1.HeaderClassName
 {
   color: #006A74;
 }
 .AnyTagClassName
 {
   color: #006A74;
 }
</style>
background-color css

<style>
 a { background-color: #006A74; }

 a { background-color: rgb(0,106,116); }

 div.DivClassName
 {
   background-color: #006A74;
 }
 .BgClassName
 {
   background-color: #006A74;
 }
</style>
border-color css

<style>
 span { border-color: #006A74; }

 span { border-color: rgb(0,106,116); }

 td.TdClassName
 {
   border-color: #006A74;
 }
 .TagClassName
 {
   border-color: #006A74;
 }
</style>