#6EADBD

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

Shades of Glacier #6EADBD

Tints of Glacier #6EADBD

Color information

#6EADBD (or 0x6EADBD) is unknown color: approx Glacier. HEX triplet: 6E, AD and BD. RGB value is (110,173,189). Sum of RGB (Red+Green+Blue) = 110+173+189=472 (62% of max value = 765). Red value is 110 (43.36% from 255 or 23.31% from 472); Green value is 173 (67.97% from 255 or 36.65% from 472); Blue value is 189 (74.22% from 255 or 40.04% from 472); Max value from RGB is 189 - color contains mainly: blue. Hex color #6EADBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EADBD is #915242. Grayscale: #9B9B9B. Windows color (decimal): -9523779 or 12430702. OLE color: 12430702.

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

Color convert

RGB110173189-
CMYK0.420.0800.26
HSL192.15º37.44%58.63%-
HSV(B)192.15º41.8%74.12%-
XYZ30.5636.8853.65-
YUV155.99146.6395.2-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 23.31%
GREEN value IS 173 (67.97% from 255) = 36.65%
BLUE value IS 189 (74.22% from 255) = 40.04%
R=23.31%
G=36.65%
B=40.04%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1101731890.420.0800.26192.1537.4458.63
Hex6EADBD2A801Ac0253b
Octal15625527552100323004573
Binary11011101010110110111101101010100001101011000000100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EADBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,173,189); }

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

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

 a { background-color: rgb(110,173,189); }

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

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

 span { border-color: rgb(110,173,189); }

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