#06637C

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

Shades of Blue Lagoon #06637C

Tints of Blue Lagoon #06637C

Color information

#06637C (or 0x06637C) is unknown color: approx Blue Lagoon. HEX triplet: 06, 63 and 7C. RGB value is (6,99,124). Sum of RGB (Red+Green+Blue) = 6+99+124=229 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.62% from 229); Green value is 99 (39.06% from 255 or 43.23% from 229); Blue value is 124 (48.83% from 255 or 54.15% from 229); Max value from RGB is 124 - color contains mainly: blue. Hex color #06637C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06637C is #F99C83. Grayscale: #494949. Windows color (decimal): -16358532 or 8151814. OLE color: 8151814.

HSL color Cylindrical-coordinate representation of color #06637C: hue angle of 192.71º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06637C is Cyan = 0.95, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB699124-
CMYK0.950.2000.51
HSL192.71º90.77%25.49%-
HSV(B)192.71º95.16%48.63%-
XYZ8.1810.4220.65-
YUV74.04156.1979.47-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.62%
GREEN value IS 99 (39.06% from 255) = 43.23%
BLUE value IS 124 (48.83% from 255) = 54.15%
R=2.62%
G=43.23%
B=54.15%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal6991240.950.2000.51192.7190.7725.49
Hex6637C5F14033c15b19
Octal61431741372406330113331
Binary11011000111111100101111110100011001111000001101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06637C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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