#06616E

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

Shades of Blue Lagoon #06616E

Tints of Blue Lagoon #06616E

Color information

#06616E (or 0x06616E) is unknown color: approx Blue Lagoon. HEX triplet: 06, 61 and 6E. RGB value is (6,97,110). Sum of RGB (Red+Green+Blue) = 6+97+110=213 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.82% from 213); Green value is 97 (38.28% from 255 or 45.54% from 213); Blue value is 110 (43.36% from 255 or 51.64% from 213); Max value from RGB is 110 - color contains mainly: blue. Hex color #06616E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06616E is #F99E91. Grayscale: #474747. Windows color (decimal): -16359058 or 7233798. OLE color: 7233798.

HSL color Cylindrical-coordinate representation of color #06616E: hue angle of 187.5º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06616E is Cyan = 0.95, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB697110-
CMYK0.950.1200.57
HSL187.5º89.66%22.75%-
HSV(B)187.5º94.55%43.14%-
XYZ7.169.7116.25-
YUV71.27149.8581.44-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.82%
GREEN value IS 97 (38.28% from 255) = 45.54%
BLUE value IS 110 (43.36% from 255) = 51.64%
R=2.82%
G=45.54%
B=51.64%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal6971100.950.1200.57187.589.6622.75
Hex6616E5FC039bc5a17
Octal61411561371407127413227
Binary1101100001110111010111111100011100110111100101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06616E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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