Html Css Color HEX #6EACB9 Glacier

📋 copy color: '#6EACB9'

red 110 ◦ green 172 ◦ blue 185

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

Shades of Glacier #6EACB9

Tints of Glacier #6EACB9

RGB

 RED value IS 110 (43.36% from 255) = 23.55%

 GREEN value IS 172 (67.58% from 255) = 36.83%

 BLUE value IS 185 (72.66% from 255) = 39.61%

R = 23.55%
G = 36.83%
B = 39.61%

CMYK

 C value IS 0.41

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6EACB9 (or 0x6EACB9) is known color: Glacier. HEX triplet: 6E, AC and B9. RGB value is (110,172,185). Sum of RGB (Red+Green+Blue) = 110+172+185=467 (61% of max value = 765). Red value is 110 (43.36% from 255 or 23.55% from 467); Green value is 172 (67.58% from 255 or 36.83% from 467); Blue value is 185 (72.66% from 255 or 39.61% from 467); Max value from RGB is 185 - color contains mainly: blue. Hex color #6EACB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EACB9 is #915346. Grayscale: #9A9A9A. Windows color (decimal): -9524039 or 12168302. OLE color: 12168302.

HSL color Cylindrical-coordinate representation of color #6EACB9: hue angle of 190.4º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6EACB9 is Cyan = 0.41, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 110 172 185 -
CMYK 0.41 0.07 0 0.27
HSL 190.4º 0.35% 0.58% -
HSV(B) 190.4º 0.41% 0.73% -
XYZ 29.94 36.32 51.33 -
YUV 154.94 144.96 95.94 -
System Red Green Blue C M Y K H S L
Decimal 110 172 185 0.41 0.07 0 0.27 190.4 0.35 0.58
Hex 6E AC B9 29 7 0 1B BE 23 3A
Octal 156 254 271 51 7 0 33 276 43 72
Binary 1101110 10101100 10111001 101001 111 0 11011 10111110 100011 111010

Color Harmonies of #6EACB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EACB9

Black with #6EACB9

Text Example


Text Example

White with #6EACB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,172,185); }

 H1.HeaderClassName
 {
   color: #6EACB9;
 }
 .AnyTagClassName
 {
   color: #6EACB9;
 }
</style>

background-color css

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

 a { background-color: rgb(110,172,185); }

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

border-color css

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

 span { border-color: rgb(110,172,185); }

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