#006A79

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

Shades of Blue Lagoon #006A79

Tints of Blue Lagoon #006A79

Color information

#006A79 (or 0x006A79) is unknown color: approx Blue Lagoon. HEX triplet: 00, 6A and 79. RGB value is (0,106,121). Sum of RGB (Red+Green+Blue) = 0+106+121=227 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 227); Green value is 106 (41.80% from 255 or 46.70% from 227); Blue value is 121 (47.66% from 255 or 53.30% from 227); Max value from RGB is 121 - color contains mainly: blue. Hex color #006A79 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006A79 is #FF9586. Grayscale: #4B4B4B. Windows color (decimal): -16749959 or 7956992. OLE color: 7956992.

HSL color Cylindrical-coordinate representation of color #006A79: hue angle of 187.44º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006A79 is Cyan = 1, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB0106121-
CMYK10.1200.53
HSL187.44º100%23.73%-
HSV(B)187.44º100%47.45%-
XYZ8.6111.6919.89-
YUV76.02153.3873.78-

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) = 46.70%
BLUE value IS 121 (47.66% from 255) = 53.30%
R=0%
G=46.70%
B=53.30%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal010612110.1200.53187.4410023.73
Hex06A7964C035bb6418
Octal01521711441406527314430
Binary01101010111100111001001100011010110111011110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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