#006974

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

Shades of Blue Lagoon #006974

Tints of Blue Lagoon #006974

Color information

#006974 (or 0x006974) is unknown color: approx Blue Lagoon. HEX triplet: 00, 69 and 74. RGB value is (0,105,116). Sum of RGB (Red+Green+Blue) = 0+105+116=221 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 221); Green value is 105 (41.41% from 255 or 47.51% from 221); Blue value is 116 (45.70% from 255 or 52.49% from 221); Max value from RGB is 116 - color contains mainly: blue. Hex color #006974 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006974 is #FF968B. Grayscale: #4A4A4A. Windows color (decimal): -16750220 or 7629056. OLE color: 7629056.

HSL color Cylindrical-coordinate representation of color #006974: hue angle of 185.69º 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 #006974 is Cyan = 1, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB0105116-
CMYK10.0900.55
HSL185.69º100%22.75%-
HSV(B)185.69º100%45.49%-
XYZ8.211.3618.28-
YUV74.86151.2174.61-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 105 (41.41% from 255) = 47.51%
BLUE value IS 116 (45.70% from 255) = 52.49%
R=0%
G=47.51%
B=52.49%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal010511610.0900.55185.6910022.75
Hex06974649037ba6417
Octal01511641441106727214427
Binary01101001111010011001001001011011110111010110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006974; }

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

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

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

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

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

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

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

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