#06636A

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

Shades of Blue Lagoon #06636A

Tints of Blue Lagoon #06636A

Color information

#06636A (or 0x06636A) is unknown color: approx Blue Lagoon. HEX triplet: 06, 63 and 6A. RGB value is (6,99,106). Sum of RGB (Red+Green+Blue) = 6+99+106=211 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.84% from 211); Green value is 99 (39.06% from 255 or 46.92% from 211); Blue value is 106 (41.80% from 255 or 50.24% from 211); Max value from RGB is 106 - color contains mainly: blue. Hex color #06636A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06636A is #F99C95. Grayscale: #474747. Windows color (decimal): -16358550 or 6972166. OLE color: 6972166.

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

Color convert

RGB699106-
CMYK0.940.0700.58
HSL184.2º89.29%21.96%-
HSV(B)184.2º94.34%41.57%-
XYZ7.141015.19-
YUV71.99147.1980.93-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.84%
GREEN value IS 99 (39.06% from 255) = 46.92%
BLUE value IS 106 (41.80% from 255) = 50.24%
R=2.84%
G=46.92%
B=50.24%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal6991060.940.0700.58184.289.2921.96
Hex6636A5E703Ab85916
Octal6143152136707227013126
Binary110110001111010101011110111011101010111000101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06636A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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