Html Css Color HEX #6EAFBE Glacier

📋 copy color: '#6EAFBE'

red 110 ◦ green 175 ◦ blue 190

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

Shades of Glacier #6EAFBE

Tints of Glacier #6EAFBE

RGB

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

 GREEN value IS 175 (68.75% from 255) = 36.84%

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

R = 23.16%
G = 36.84%
B = 40%

CMYK

 C value IS 0.42

 M value IS 0.08

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6EAFBE (or 0x6EAFBE) is known color: Glacier. HEX triplet: 6E, AF and BE. RGB value is (110,175,190). Sum of RGB (Red+Green+Blue) = 110+175+190=475 (62% of max value = 765). Red value is 110 (43.36% from 255 or 23.16% from 475); Green value is 175 (68.75% from 255 or 36.84% from 475); Blue value is 190 (74.61% from 255 or 40% from 475); Max value from RGB is 190 - color contains mainly: blue. Hex color #6EAFBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EAFBE is #915041. Grayscale: #9D9D9D. Windows color (decimal): -9523266 or 12496750. OLE color: 12496750.

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

Color convert

RGB 110 175 190 -
CMYK 0.42 0.08 0 0.25
HSL 191.25º 0.38% 0.59% -
HSV(B) 191.25º 0.42% 0.75% -
XYZ 31.05 37.69 54.35 -
YUV 157.28 146.47 94.28 -
System Red Green Blue C M Y K H S L
Decimal 110 175 190 0.42 0.08 0 0.25 191.25 0.38 0.59
Hex 6E AF BE 2A 8 0 19 BF 26 3B
Octal 156 257 276 52 10 0 31 277 46 73
Binary 1101110 10101111 10111110 101010 1000 0 11001 10111111 100110 111011

Color Harmonies of #6EAFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EAFBE

Black with #6EAFBE

Text Example


Text Example

White with #6EAFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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