Html Css Color HEX #6EAFC0 Glacier

📋 copy color: '#6EAFC0'

red 110 ◦ green 175 ◦ blue 192

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

Shades of Glacier #6EAFC0

Tints of Glacier #6EAFC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 40.25%

R = 23.06%
G = 36.69%
B = 40.25%

CMYK

 C value IS 0.43

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6EAFC0 (or 0x6EAFC0) is known color: Glacier. HEX triplet: 6E, AF and C0. RGB value is (110,175,192). Sum of RGB (Red+Green+Blue) = 110+175+192=477 (63% of max value = 765). Red value is 110 (43.36% from 255 or 23.06% from 477); Green value is 175 (68.75% from 255 or 36.69% from 477); Blue value is 192 (75.39% from 255 or 40.25% from 477); Max value from RGB is 192 - color contains mainly: blue. Hex color #6EAFC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EAFC0 is #91503F. Grayscale: #9D9D9D. Windows color (decimal): -9523264 or 12627822. OLE color: 12627822.

HSL color Cylindrical-coordinate representation of color #6EAFC0: hue angle of 192.44º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6EAFC0 is Cyan = 0.43, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 110 175 192 -
CMYK 0.43 0.09 0 0.25
HSL 192.44º 0.39% 0.59% -
HSV(B) 192.44º 0.43% 0.75% -
XYZ 31.27 37.78 55.51 -
YUV 157.5 147.47 94.12 -
System Red Green Blue C M Y K H S L
Decimal 110 175 192 0.43 0.09 0 0.25 192.44 0.39 0.59
Hex 6E AF C0 2B 9 0 19 C0 27 3B
Octal 156 257 300 53 11 0 31 300 47 73
Binary 1101110 10101111 11000000 101011 1001 0 11001 11000000 100111 111011

Color Harmonies of #6EAFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EAFC0

Black with #6EAFC0

Text Example


Text Example

White with #6EAFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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