#06636D

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

Shades of Blue Lagoon #06636D

Tints of Blue Lagoon #06636D

Color information

#06636D (or 0x06636D) is unknown color: approx Blue Lagoon. HEX triplet: 06, 63 and 6D. RGB value is (6,99,109). Sum of RGB (Red+Green+Blue) = 6+99+109=214 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.80% from 214); Green value is 99 (39.06% from 255 or 46.26% from 214); Blue value is 109 (42.97% from 255 or 50.93% from 214); Max value from RGB is 109 - color contains mainly: blue. Hex color #06636D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06636D is #F99C92. Grayscale: #484848. Windows color (decimal): -16358547 or 7168774. OLE color: 7168774.

HSL color Cylindrical-coordinate representation of color #06636D: hue angle of 185.83º 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 #06636D is Cyan = 0.94, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB699109-
CMYK0.940.0900.57
HSL185.83º89.57%22.55%-
HSV(B)185.83º94.5%42.75%-
XYZ7.310.0716.03-
YUV72.33148.6980.69-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.80%
GREEN value IS 99 (39.06% from 255) = 46.26%
BLUE value IS 109 (42.97% from 255) = 50.93%
R=2.80%
G=46.26%
B=50.93%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal6991090.940.0900.57185.8389.5722.55
Hex6636D5E9039ba5a17
Octal61431551361107127213227
Binary1101100011110110110111101001011100110111010101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06636D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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