#06636C

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

Shades of Blue Lagoon #06636C

Tints of Blue Lagoon #06636C

Color information

#06636C (or 0x06636C) is unknown color: approx Blue Lagoon. HEX triplet: 06, 63 and 6C. RGB value is (6,99,108). Sum of RGB (Red+Green+Blue) = 6+99+108=213 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.82% from 213); Green value is 99 (39.06% from 255 or 46.48% from 213); Blue value is 108 (42.58% from 255 or 50.70% from 213); Max value from RGB is 108 - color contains mainly: blue. Hex color #06636C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06636C is #F99C93. Grayscale: #484848. Windows color (decimal): -16358548 or 7103238. OLE color: 7103238.

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

Color convert

RGB699108-
CMYK0.940.0800.58
HSL185.29º89.47%22.35%-
HSV(B)185.29º94.44%42.35%-
XYZ7.2410.0515.74-
YUV72.22148.1980.77-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.82%
GREEN value IS 99 (39.06% from 255) = 46.48%
BLUE value IS 108 (42.58% from 255) = 50.70%
R=2.82%
G=46.48%
B=50.70%

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
Decimal6991080.940.0800.58185.2989.4722.35
Hex6636C5E803Ab95916
Octal61431541361007227113126
Binary1101100011110110010111101000011101010111001101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06636C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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