Html Css Color HEX #6EA5BE Glacier

📋 copy color: '#6EA5BE'

red 110 ◦ green 165 ◦ blue 190

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

Shades of Glacier #6EA5BE

Tints of Glacier #6EA5BE

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.48%

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

R = 23.66%
G = 35.48%
B = 40.86%

CMYK

 C value IS 0.42

 M value IS 0.13

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6EA5BE (or 0x6EA5BE) is known color: Glacier. HEX triplet: 6E, A5 and BE. RGB value is (110,165,190). Sum of RGB (Red+Green+Blue) = 110+165+190=465 (61% of max value = 765). Red value is 110 (43.36% from 255 or 23.66% from 465); Green value is 165 (64.84% from 255 or 35.48% from 465); Blue value is 190 (74.61% from 255 or 40.86% from 465); Max value from RGB is 190 - color contains mainly: blue. Hex color #6EA5BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EA5BE is #915A41. Grayscale: #979797. Windows color (decimal): -9525826 or 12494190. OLE color: 12494190.

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

Color convert

RGB 110 165 190 -
CMYK 0.42 0.13 0 0.25
HSL 198.75º 0.38% 0.59% -
HSV(B) 198.75º 0.42% 0.75% -
XYZ 29.18 33.94 53.73 -
YUV 151.41 149.78 98.47 -
System Red Green Blue C M Y K H S L
Decimal 110 165 190 0.42 0.13 0 0.25 198.75 0.38 0.59
Hex 6E A5 BE 2A D 0 19 C7 26 3B
Octal 156 245 276 52 15 0 31 307 46 73
Binary 1101110 10100101 10111110 101010 1101 0 11001 11000111 100110 111011

Color Harmonies of #6EA5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EA5BE

Black with #6EA5BE

Text Example


Text Example

White with #6EA5BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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