#06626A

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

Shades of Blue Lagoon #06626A

Tints of Blue Lagoon #06626A

Color information

#06626A (or 0x06626A) is unknown color: approx Blue Lagoon. HEX triplet: 06, 62 and 6A. RGB value is (6,98,106). Sum of RGB (Red+Green+Blue) = 6+98+106=210 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.86% from 210); Green value is 98 (38.67% from 255 or 46.67% from 210); Blue value is 106 (41.80% from 255 or 50.48% from 210); Max value from RGB is 106 - color contains mainly: blue. Hex color #06626A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06626A is #F99D95. Grayscale: #474747. Windows color (decimal): -16358806 or 6971910. OLE color: 6971910.

HSL color Cylindrical-coordinate representation of color #06626A: hue angle of 184.8º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06626A is Cyan = 0.94, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB698106-
CMYK0.940.0800.58
HSL184.8º89.29%21.96%-
HSV(B)184.8º94.34%41.57%-
XYZ7.049.8115.16-
YUV71.4147.5281.35-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.86%
GREEN value IS 98 (38.67% from 255) = 46.67%
BLUE value IS 106 (41.80% from 255) = 50.48%
R=2.86%
G=46.67%
B=50.48%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal6981060.940.0800.58184.889.2921.96
Hex6626A5E803Ab95916
Octal61421521361007227113126
Binary1101100010110101010111101000011101010111001101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06626A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06626A; }

 p { color: rgb(6,98,106); }

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

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

 a { background-color: rgb(6,98,106); }

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

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

 span { border-color: rgb(6,98,106); }

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