#6EABBA

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

Shades of Glacier #6EABBA

Tints of Glacier #6EABBA

Color information

#6EABBA (or 0x6EABBA) is unknown color: approx Glacier. HEX triplet: 6E, AB and BA. RGB value is (110,171,186). Sum of RGB (Red+Green+Blue) = 110+171+186=467 (61% of max value = 765). Red value is 110 (43.36% from 255 or 23.55% from 467); Green value is 171 (67.19% from 255 or 36.62% from 467); Blue value is 186 (73.05% from 255 or 39.83% from 467); Max value from RGB is 186 - color contains mainly: blue. Hex color #6EABBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EABBA is #915445. Grayscale: #9A9A9A. Windows color (decimal): -9524294 or 12233582. OLE color: 12233582.

HSL color Cylindrical-coordinate representation of color #6EABBA: hue angle of 191.84º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6EABBA is Cyan = 0.41, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB110171186-
CMYK0.410.0800.27
HSL191.84º35.51%58.04%-
HSV(B)191.84º40.86%72.94%-
XYZ29.8635.9951.83-
YUV154.47145.7996.28-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 23.55%
GREEN value IS 171 (67.19% from 255) = 36.62%
BLUE value IS 186 (73.05% from 255) = 39.83%
R=23.55%
G=36.62%
B=39.83%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1101711860.410.0800.27191.8435.5158.04
Hex6EABBA29801Bc0243a
Octal15625327251100333004472
Binary11011101010101110111010101001100001101111000000100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EABBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,171,186); }

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

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

 a { background-color: rgb(110,171,186); }

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

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

 span { border-color: rgb(110,171,186); }

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