#6FAEBD

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

Shades of Glacier #6FAEBD

Tints of Glacier #6FAEBD

Color information

#6FAEBD (or 0x6FAEBD) is unknown color: approx Glacier. HEX triplet: 6F, AE and BD. RGB value is (111,174,189). Sum of RGB (Red+Green+Blue) = 111+174+189=474 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.42% from 474); Green value is 174 (68.36% from 255 or 36.71% from 474); Blue value is 189 (74.22% from 255 or 39.87% from 474); Max value from RGB is 189 - color contains mainly: blue. Hex color #6FAEBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FAEBD is #905142. Grayscale: #9C9C9C. Windows color (decimal): -9457987 or 12430959. OLE color: 12430959.

HSL color Cylindrical-coordinate representation of color #6FAEBD: hue angle of 191.54º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6FAEBD is Cyan = 0.41, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB111174189-
CMYK0.410.0800.26
HSL191.54º37.14%58.82%-
HSV(B)191.54º41.27%74.12%-
XYZ30.8837.3353.72-
YUV156.87146.1395.28-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 23.42%
GREEN value IS 174 (68.36% from 255) = 36.71%
BLUE value IS 189 (74.22% from 255) = 39.87%
R=23.42%
G=36.71%
B=39.87%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1111741890.410.0800.26191.5437.1458.82
Hex6FAEBD29801Ac0253b
Octal15725627551100323004573
Binary11011111010111010111101101001100001101011000000100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FAEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,174,189); }

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

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

 a { background-color: rgb(111,174,189); }

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

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

 span { border-color: rgb(111,174,189); }

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