#6FABBA

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

Shades of Glacier #6FABBA

Tints of Glacier #6FABBA

Color information

#6FABBA (or 0x6FABBA) is unknown color: approx Glacier. HEX triplet: 6F, AB and BA. RGB value is (111,171,186). Sum of RGB (Red+Green+Blue) = 111+171+186=468 (61% of max value = 765). Red value is 111 (43.75% from 255 or 23.72% from 468); Green value is 171 (67.19% from 255 or 36.54% from 468); Blue value is 186 (73.05% from 255 or 39.74% from 468); Max value from RGB is 186 - color contains mainly: blue. Hex color #6FABBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FABBA is #905445. Grayscale: #9A9A9A. Windows color (decimal): -9458758 or 12233583. OLE color: 12233583.

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

Color convert

RGB111171186-
CMYK0.400.0800.27
HSL192º35.21%58.24%-
HSV(B)192º40.32%72.94%-
XYZ29.9836.0551.83-
YUV154.77145.6296.78-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 23.72%
GREEN value IS 171 (67.19% from 255) = 36.54%
BLUE value IS 186 (73.05% from 255) = 39.74%
R=23.72%
G=36.54%
B=39.74%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1111711860.400.0800.2719235.2158.24
Hex6FABBA28801Bc0233a
Octal15725327250100333004372
Binary11011111010101110111010101000100001101111000000100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FABBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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