#06656D

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

Shades of Blue Lagoon #06656D

Tints of Blue Lagoon #06656D

Color information

#06656D (or 0x06656D) is unknown color: approx Blue Lagoon. HEX triplet: 06, 65 and 6D. RGB value is (6,101,109). Sum of RGB (Red+Green+Blue) = 6+101+109=216 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.78% from 216); Green value is 101 (39.84% from 255 or 46.76% from 216); Blue value is 109 (42.97% from 255 or 50.46% from 216); Max value from RGB is 109 - color contains mainly: blue. Hex color #06656D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06656D is #F99A92. Grayscale: #494949. Windows color (decimal): -16358035 or 7169286. OLE color: 7169286.

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

Color convert

RGB6101109-
CMYK0.940.0700.57
HSL184.66º89.57%22.55%-
HSV(B)184.66º94.5%42.75%-
XYZ7.4910.4516.09-
YUV73.51148.0379.85-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.78%
GREEN value IS 101 (39.84% from 255) = 46.76%
BLUE value IS 109 (42.97% from 255) = 50.46%
R=2.78%
G=46.76%
B=50.46%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal61011090.940.0700.57184.6689.5722.55
Hex6656D5E7039b95a17
Octal6145155136707127113227
Binary110110010111011011011110111011100110111001101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06656D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06656D; }

 p { color: rgb(6,101,109); }

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

<style>
 a { background-color: #06656D; }

 a { background-color: rgb(6,101,109); }

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

<style>
 span { border-color: #06656D; }

 span { border-color: rgb(6,101,109); }

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