#6FADBE

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

Shades of Glacier #6FADBE

Tints of Glacier #6FADBE

Color information

#6FADBE (or 0x6FADBE) is unknown color: approx Glacier. HEX triplet: 6F, AD and BE. RGB value is (111,173,190). Sum of RGB (Red+Green+Blue) = 111+173+190=474 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.42% from 474); Green value is 173 (67.97% from 255 or 36.50% from 474); Blue value is 190 (74.61% from 255 or 40.08% from 474); Max value from RGB is 190 - color contains mainly: blue. Hex color #6FADBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FADBE is #905241. Grayscale: #9C9C9C. Windows color (decimal): -9458242 or 12496239. OLE color: 12496239.

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

Color convert

RGB111173190-
CMYK0.420.0900.25
HSL192.91º37.8%59.02%-
HSV(B)192.91º41.58%74.51%-
XYZ30.7936.9854.23-
YUV156.4146.9695.62-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 23.42%
GREEN value IS 173 (67.97% from 255) = 36.50%
BLUE value IS 190 (74.61% from 255) = 40.08%
R=23.42%
G=36.50%
B=40.08%

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
Decimal1111731900.420.0900.25192.9137.859.02
Hex6FADBE2A9019c1263b
Octal15725527652110313014673
Binary11011111010110110111110101010100101100111000001100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FADBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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