#6FAEBB

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

Shades of Glacier #6FAEBB

Tints of Glacier #6FAEBB

Color information

#6FAEBB (or 0x6FAEBB) is unknown color: approx Glacier. HEX triplet: 6F, AE and BB. RGB value is (111,174,187). Sum of RGB (Red+Green+Blue) = 111+174+187=472 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.52% from 472); Green value is 174 (68.36% from 255 or 36.86% from 472); Blue value is 187 (73.44% from 255 or 39.62% from 472); Max value from RGB is 187 - color contains mainly: blue. Hex color #6FAEBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FAEBB is #905144. Grayscale: #9C9C9C. Windows color (decimal): -9457989 or 12299887. OLE color: 12299887.

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

Color convert

RGB111174187-
CMYK0.410.0700.27
HSL190.26º35.85%58.43%-
HSV(B)190.26º40.64%73.33%-
XYZ30.6637.2452.59-
YUV156.65145.1395.44-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 23.52%
GREEN value IS 174 (68.36% from 255) = 36.86%
BLUE value IS 187 (73.44% from 255) = 39.62%
R=23.52%
G=36.86%
B=39.62%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1111741870.410.0700.27190.2635.8558.43
Hex6FAEBB29701Bbe243a
Octal1572562735170332764472
Binary1101111101011101011101110100111101101110111110100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FAEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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