Html Css Color HEX #6EA7BF Glacier

📋 copy color: '#6EA7BF'

red 110 ◦ green 167 ◦ blue 191

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

Shades of Glacier #6EA7BF

Tints of Glacier #6EA7BF

RGB

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

 GREEN value IS 167 (65.63% from 255) = 35.68%

 BLUE value IS 191 (75% from 255) = 40.81%

R = 23.5%
G = 35.68%
B = 40.81%

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

#6EA7BF (or 0x6EA7BF) is known color: Glacier. HEX triplet: 6E, A7 and BF. RGB value is (110,167,191). Sum of RGB (Red+Green+Blue) = 110+167+191=468 (61% of max value = 765). Red value is 110 (43.36% from 255 or 23.50% from 468); Green value is 167 (65.62% from 255 or 35.68% from 468); Blue value is 191 (75% from 255 or 40.81% from 468); Max value from RGB is 191 - color contains mainly: blue. Hex color #6EA7BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EA7BF is #915840. Grayscale: #989898. Windows color (decimal): -9525313 or 12560238. OLE color: 12560238.

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

Color convert

RGB 110 167 191 -
CMYK 0.42 0.13 0 0.25
HSL 197.78º 0.39% 0.59% -
HSV(B) 197.78º 0.42% 0.75% -
XYZ 29.65 34.71 54.43 -
YUV 152.69 149.62 97.55 -
System Red Green Blue C M Y K H S L
Decimal 110 167 191 0.42 0.13 0 0.25 197.78 0.39 0.59
Hex 6E A7 BF 2A D 0 19 C6 27 3B
Octal 156 247 277 52 15 0 31 306 47 73
Binary 1101110 10100111 10111111 101010 1101 0 11001 11000110 100111 111011

Color Harmonies of #6EA7BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EA7BF

Black with #6EA7BF

Text Example


Text Example

White with #6EA7BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,167,191); }

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

background-color css

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

 a { background-color: rgb(110,167,191); }

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

border-color css

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

 span { border-color: rgb(110,167,191); }

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