#6EADBE

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

Shades of Glacier #6EADBE

Tints of Glacier #6EADBE

Color information

#6EADBE (or 0x6EADBE) is unknown color: approx Glacier. HEX triplet: 6E, AD and BE. RGB value is (110,173,190). Sum of RGB (Red+Green+Blue) = 110+173+190=473 (62% of max value = 765). Red value is 110 (43.36% from 255 or 23.26% from 473); Green value is 173 (67.97% from 255 or 36.58% from 473); Blue value is 190 (74.61% from 255 or 40.17% from 473); Max value from RGB is 190 - color contains mainly: blue. Hex color #6EADBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EADBE is #915241. Grayscale: #9B9B9B. Windows color (decimal): -9523778 or 12496238. OLE color: 12496238.

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

Color convert

RGB110173190-
CMYK0.420.0900.25
HSL192.75º38.1%58.82%-
HSV(B)192.75º42.11%74.51%-
XYZ30.6736.9254.23-
YUV156.1147.1395.12-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 23.26%
GREEN value IS 173 (67.97% from 255) = 36.58%
BLUE value IS 190 (74.61% from 255) = 40.17%
R=23.26%
G=36.58%
B=40.17%

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
Decimal1101731900.420.0900.25192.7538.158.82
Hex6EADBE2A9019c1263b
Octal15625527652110313014673
Binary11011101010110110111110101010100101100111000001100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EADBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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