#6FADBF

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

Shades of Glacier #6FADBF

Tints of Glacier #6FADBF

Color information

#6FADBF (or 0x6FADBF) is unknown color: approx Glacier. HEX triplet: 6F, AD and BF. RGB value is (111,173,191). Sum of RGB (Red+Green+Blue) = 111+173+191=475 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.37% from 475); Green value is 173 (67.97% from 255 or 36.42% from 475); Blue value is 191 (75% from 255 or 40.21% from 475); Max value from RGB is 191 - color contains mainly: blue. Hex color #6FADBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FADBF is #905240. Grayscale: #9C9C9C. Windows color (decimal): -9458241 or 12561775. OLE color: 12561775.

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

Color convert

RGB111173191-
CMYK0.420.0900.25
HSL193.5º38.46%59.22%-
HSV(B)193.5º41.88%74.9%-
XYZ30.937.0354.81-
YUV156.51147.4695.54-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 23.37%
GREEN value IS 173 (67.97% from 255) = 36.42%
BLUE value IS 191 (75% from 255) = 40.21%
R=23.37%
G=36.42%
B=40.21%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1111731910.420.0900.25193.538.4659.22
Hex6FADBF2A9019c2263b
Octal15725527752110313024673
Binary11011111010110110111111101010100101100111000010100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FADBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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