#6FAFBA

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

Shades of Glacier #6FAFBA

Tints of Glacier #6FAFBA

Color information

#6FAFBA (or 0x6FAFBA) is unknown color: approx Glacier. HEX triplet: 6F, AF and BA. RGB value is (111,175,186). Sum of RGB (Red+Green+Blue) = 111+175+186=472 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.52% from 472); Green value is 175 (68.75% from 255 or 37.08% from 472); Blue value is 186 (73.05% from 255 or 39.41% from 472); Max value from RGB is 186 - color contains mainly: blue. Hex color #6FAFBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FAFBA is #905045. Grayscale: #9D9D9D. Windows color (decimal): -9457734 or 12234607. OLE color: 12234607.

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

Color convert

RGB111175186-
CMYK0.400.0600.27
HSL188.8º35.21%58.24%-
HSV(B)188.8º40.32%72.94%-
XYZ30.7537.5852.09-
YUV157.12144.395.11-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 23.52%
GREEN value IS 175 (68.75% from 255) = 37.08%
BLUE value IS 186 (73.05% from 255) = 39.41%
R=23.52%
G=37.08%
B=39.41%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1111751860.400.0600.27188.835.2158.24
Hex6FAFBA28601Bbd233a
Octal1572572725060332754372
Binary1101111101011111011101010100011001101110111101100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FAFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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