#006A6F

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

Shades of Blue Lagoon #006A6F

Tints of Blue Lagoon #006A6F

Color information

#006A6F (or 0x006A6F) is unknown color: approx Blue Lagoon. HEX triplet: 00, 6A and 6F. RGB value is (0,106,111). Sum of RGB (Red+Green+Blue) = 0+106+111=217 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 217); Green value is 106 (41.80% from 255 or 48.85% from 217); Blue value is 111 (43.75% from 255 or 51.15% from 217); Max value from RGB is 111 - color contains mainly: blue. Hex color #006A6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006A6F is #FF9590. Grayscale: #4A4A4A. Windows color (decimal): -16749969 or 7301632. OLE color: 7301632.

HSL color Cylindrical-coordinate representation of color #006A6F: hue angle of 182.7º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006A6F is Cyan = 1, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB0106111-
CMYK10.0500.56
HSL182.7º100%21.76%-
HSV(B)182.7º100%43.53%-
XYZ8.0211.4616.83-
YUV74.88148.3874.59-

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) = 48.85%
BLUE value IS 111 (43.75% from 255) = 51.15%
R=0%
G=48.85%
B=51.15%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal010611110.0500.56182.710021.76
Hex06A6F645038b76416
Octal0152157144507026714426
Binary0110101011011111100100101011100010110111110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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