#6EBEC6

Color #6EBEC6 Glacier (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Glacier #6EBEC6

Tints of Glacier #6EBEC6

Color information

#6EBEC6 (or 0x6EBEC6) is unknown color: approx Glacier. HEX triplet: 6E, BE and C6. RGB value is (110,190,198). Sum of RGB (Red+Green+Blue) = 110+190+198=498 (65% of max value = 765). Red value is 110 (43.36% from 255 or 22.09% from 498); Green value is 190 (74.61% from 255 or 38.15% from 498); Blue value is 198 (77.73% from 255 or 39.76% from 498); Max value from RGB is 198 - color contains mainly: blue. Hex color #6EBEC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EBEC6 is #914139. Grayscale: #A6A6A6. Windows color (decimal): -9519418 or 13024878. OLE color: 13024878.

HSL color Cylindrical-coordinate representation of color #6EBEC6: hue angle of 185.45º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6EBEC6 is Cyan = 0.44, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB110190198-
CMYK0.440.0400.22
HSL185.45º43.56%60.39%-
HSV(B)185.45º44.44%77.65%-
XYZ35.0444.2260.11-
YUV166.99145.587.35-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 22.09%
GREEN value IS 190 (74.61% from 255) = 38.15%
BLUE value IS 198 (77.73% from 255) = 39.76%
R=22.09%
G=38.15%
B=39.76%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1101901980.440.0400.22185.4543.5660.39
Hex6EBEC62C4016b92c3c
Octal1562763065440262715474
Binary1101110101111101100011010110010001011010111001101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EBEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6EBEC6; }

 p { color: rgb(110,190,198); }

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

<style>
 a { background-color: #6EBEC6; }

 a { background-color: rgb(110,190,198); }

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

<style>
 span { border-color: #6EBEC6; }

 span { border-color: rgb(110,190,198); }

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