#6FA9BA

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

Shades of Glacier #6FA9BA

Tints of Glacier #6FA9BA

Color information

#6FA9BA (or 0x6FA9BA) is unknown color: approx Glacier. HEX triplet: 6F, A9 and BA. RGB value is (111,169,186). Sum of RGB (Red+Green+Blue) = 111+169+186=466 (61% of max value = 765). Red value is 111 (43.75% from 255 or 23.82% from 466); Green value is 169 (66.41% from 255 or 36.27% 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 #6FA9BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FA9BA is #905645. Grayscale: #999999. Windows color (decimal): -9459270 or 12233071. OLE color: 12233071.

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

Color convert

RGB111169186-
CMYK0.400.0900.27
HSL193.6º35.21%58.24%-
HSV(B)193.6º40.32%72.94%-
XYZ29.6135.351.71-
YUV153.6146.2897.62-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 23.82%
GREEN value IS 169 (66.41% from 255) = 36.27%
BLUE value IS 186 (73.05% from 255) = 39.91%
R=23.82%
G=36.27%
B=39.91%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1111691860.400.0900.27193.635.2158.24
Hex6FA9BA28901Bc2233a
Octal15725127250110333024372
Binary11011111010100110111010101000100101101111000010100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FA9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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