#6EAABA

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

Shades of Glacier #6EAABA

Tints of Glacier #6EAABA

Color information

#6EAABA (or 0x6EAABA) is unknown color: approx Glacier. HEX triplet: 6E, AA and BA. RGB value is (110,170,186). Sum of RGB (Red+Green+Blue) = 110+170+186=466 (61% of max value = 765). Red value is 110 (43.36% from 255 or 23.61% from 466); Green value is 170 (66.80% from 255 or 36.48% from 466); Blue value is 186 (73.05% from 255 or 39.91% from 466); Max value from RGB is 186 - color contains mainly: blue. Hex color #6EAABA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EAABA is #915545. Grayscale: #999999. Windows color (decimal): -9524550 or 12233326. OLE color: 12233326.

HSL color Cylindrical-coordinate representation of color #6EAABA: hue angle of 192.63º 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 #6EAABA is Cyan = 0.41, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB110170186-
CMYK0.410.0900.27
HSL192.63º35.51%58.04%-
HSV(B)192.63º40.86%72.94%-
XYZ29.6735.6151.76-
YUV153.88146.1296.7-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 23.61%
GREEN value IS 170 (66.80% from 255) = 36.48%
BLUE value IS 186 (73.05% from 255) = 39.91%
R=23.61%
G=36.48%
B=39.91%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1101701860.410.0900.27192.6335.5158.04
Hex6EAABA29901Bc1243a
Octal15625227251110333014472
Binary11011101010101010111010101001100101101111000001100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EAABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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