#06616C

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

Shades of Blue Lagoon #06616C

Tints of Blue Lagoon #06616C

Color information

#06616C (or 0x06616C) is unknown color: approx Blue Lagoon. HEX triplet: 06, 61 and 6C. RGB value is (6,97,108). Sum of RGB (Red+Green+Blue) = 6+97+108=211 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.84% from 211); Green value is 97 (38.28% from 255 or 45.97% from 211); Blue value is 108 (42.58% from 255 or 51.18% from 211); Max value from RGB is 108 - color contains mainly: blue. Hex color #06616C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06616C is #F99E93. Grayscale: #464646. Windows color (decimal): -16359060 or 7102726. OLE color: 7102726.

HSL color Cylindrical-coordinate representation of color #06616C: hue angle of 186.47º 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 #06616C is Cyan = 0.94, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB697108-
CMYK0.940.1000.58
HSL186.47º89.47%22.35%-
HSV(B)186.47º94.44%42.35%-
XYZ7.069.6715.68-
YUV71.04148.8581.61-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.84%
GREEN value IS 97 (38.28% from 255) = 45.97%
BLUE value IS 108 (42.58% from 255) = 51.18%
R=2.84%
G=45.97%
B=51.18%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal6971080.940.1000.58186.4789.4722.35
Hex6616C5EA03Aba5916
Octal61411541361207227213126
Binary1101100001110110010111101010011101010111010101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06616C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06616C; }

 p { color: rgb(6,97,108); }

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

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

 a { background-color: rgb(6,97,108); }

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

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

 span { border-color: rgb(6,97,108); }

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