Html Css Color HEX #6EADBD Glacier

📋 copy color: '#6EADBD'

red 110 ◦ green 173 ◦ blue 189

#6EADBD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Glacier #6EADBD

Tints of Glacier #6EADBD

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 value IS 0.42

 M value IS 0.08

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6EADBD (or 0x6EADBD) is known color: 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

RGB 110 173 189 -
CMYK 0.42 0.08 0 0.26
HSL 192.15º 0.37% 0.59% -
HSV(B) 192.15º 0.42% 0.74% -
XYZ 30.56 36.88 53.65 -
YUV 155.99 146.63 95.2 -
System Red Green Blue C M Y K H S L
Decimal 110 173 189 0.42 0.08 0 0.26 192.15 0.37 0.59
Hex 6E AD BD 2A 8 0 1A C0 25 3B
Octal 156 255 275 52 10 0 32 300 45 73
Binary 1101110 10101101 10111101 101010 1000 0 11010 11000000 100101 111011

Color Harmonies of #6EADBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EADBD

Black with #6EADBD

Text Example


Text Example

White with #6EADBD

Text Example


Text Example

HTML Codes & Css Web 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>