Html Css Color HEX #6EACBE Glacier

📋 copy color: '#6EACBE'

red 110 ◦ green 172 ◦ blue 190

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

Shades of Glacier #6EACBE

Tints of Glacier #6EACBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40.25%

R = 23.31%
G = 36.44%
B = 40.25%

CMYK

 C value IS 0.42

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6EACBE (or 0x6EACBE) is known color: Glacier. HEX triplet: 6E, AC and BE. RGB value is (110,172,190). Sum of RGB (Red+Green+Blue) = 110+172+190=472 (62% of max value = 765). Red value is 110 (43.36% from 255 or 23.31% from 472); Green value is 172 (67.58% from 255 or 36.44% from 472); Blue value is 190 (74.61% from 255 or 40.25% from 472); Max value from RGB is 190 - color contains mainly: blue. Hex color #6EACBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EACBE is #915341. Grayscale: #9B9B9B. Windows color (decimal): -9524034 or 12495982. OLE color: 12495982.

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

Color convert

RGB 110 172 190 -
CMYK 0.42 0.09 0 0.25
HSL 193.5º 0.38% 0.59% -
HSV(B) 193.5º 0.42% 0.75% -
XYZ 30.48 36.54 54.16 -
YUV 155.51 147.46 95.54 -
System Red Green Blue C M Y K H S L
Decimal 110 172 190 0.42 0.09 0 0.25 193.5 0.38 0.59
Hex 6E AC BE 2A 9 0 19 C2 26 3B
Octal 156 254 276 52 11 0 31 302 46 73
Binary 1101110 10101100 10111110 101010 1001 0 11001 11000010 100110 111011

Color Harmonies of #6EACBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EACBE

Black with #6EACBE

Text Example


Text Example

White with #6EACBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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