Html Css Color HEX #6EABBE Glacier

📋 copy color: '#6EABBE'

red 110 ◦ green 171 ◦ blue 190

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

Shades of Glacier #6EABBE

Tints of Glacier #6EABBE

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.31%

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

R = 23.35%
G = 36.31%
B = 40.34%

CMYK

 C value IS 0.42

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6EABBE (or 0x6EABBE) is known color: Glacier. HEX triplet: 6E, AB and BE. RGB value is (110,171,190). Sum of RGB (Red+Green+Blue) = 110+171+190=471 (62% of max value = 765). Red value is 110 (43.36% from 255 or 23.35% from 471); Green value is 171 (67.19% from 255 or 36.31% from 471); Blue value is 190 (74.61% from 255 or 40.34% from 471); Max value from RGB is 190 - color contains mainly: blue. Hex color #6EABBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EABBE is #915441. Grayscale: #9A9A9A. Windows color (decimal): -9524290 or 12495726. OLE color: 12495726.

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

Color convert

RGB 110 171 190 -
CMYK 0.42 0.10 0 0.25
HSL 194.25º 0.38% 0.59% -
HSV(B) 194.25º 0.42% 0.75% -
XYZ 30.29 36.16 54.1 -
YUV 154.93 147.79 95.96 -
System Red Green Blue C M Y K H S L
Decimal 110 171 190 0.42 0.10 0 0.25 194.25 0.38 0.59
Hex 6E AB BE 2A A 0 19 C2 26 3B
Octal 156 253 276 52 12 0 31 302 46 73
Binary 1101110 10101011 10111110 101010 1010 0 11001 11000010 100110 111011

Color Harmonies of #6EABBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EABBE

Black with #6EABBE

Text Example


Text Example

White with #6EABBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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