#6EABBB

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

Shades of Glacier #6EABBB

Tints of Glacier #6EABBB

Color information

#6EABBB (or 0x6EABBB) is unknown color: approx Glacier. HEX triplet: 6E, AB and BB. RGB value is (110,171,187). Sum of RGB (Red+Green+Blue) = 110+171+187=468 (61% of max value = 765). Red value is 110 (43.36% from 255 or 23.50% from 468); Green value is 171 (67.19% from 255 or 36.54% from 468); Blue value is 187 (73.44% from 255 or 39.96% from 468); Max value from RGB is 187 - color contains mainly: blue. Hex color #6EABBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EABBB is #915444. Grayscale: #9A9A9A. Windows color (decimal): -9524293 or 12299118. OLE color: 12299118.

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

Color convert

RGB110171187-
CMYK0.410.0900.27
HSL192.47º36.15%58.24%-
HSV(B)192.47º41.18%73.33%-
XYZ29.9636.0352.39-
YUV154.58146.2996.2-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 23.50%
GREEN value IS 171 (67.19% from 255) = 36.54%
BLUE value IS 187 (73.44% from 255) = 39.96%
R=23.50%
G=36.54%
B=39.96%

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
Decimal1101711870.410.0900.27192.4736.1558.24
Hex6EABBB29901Bc0243a
Octal15625327351110333004472
Binary11011101010101110111011101001100101101111000000100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EABBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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