#6FABBF

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

Shades of Glacier #6FABBF

Tints of Glacier #6FABBF

Color information

#6FABBF (or 0x6FABBF) is unknown color: approx Glacier. HEX triplet: 6F, AB and BF. RGB value is (111,171,191). Sum of RGB (Red+Green+Blue) = 111+171+191=473 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.47% from 473); Green value is 171 (67.19% from 255 or 36.15% from 473); Blue value is 191 (75% from 255 or 40.38% from 473); Max value from RGB is 191 - color contains mainly: blue. Hex color #6FABBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FABBF is #905440. Grayscale: #9B9B9B. Windows color (decimal): -9458753 or 12561263. OLE color: 12561263.

HSL color Cylindrical-coordinate representation of color #6FABBF: hue angle of 195º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6FABBF is Cyan = 0.42, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB111171191-
CMYK0.420.1000.25
HSL195º38.46%59.22%-
HSV(B)195º41.88%74.9%-
XYZ30.5236.2754.68-
YUV155.34148.1296.37-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 23.47%
GREEN value IS 171 (67.19% from 255) = 36.15%
BLUE value IS 191 (75% from 255) = 40.38%
R=23.47%
G=36.15%
B=40.38%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1111711910.420.1000.2519538.4659.22
Hex6FABBF2AA019c3263b
Octal15725327752120313034673
Binary11011111010101110111111101010101001100111000011100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FABBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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