#6EA6BF

Color #6EA6BF Glacier (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Glacier #6EA6BF

Tints of Glacier #6EA6BF

Color information

#6EA6BF (or 0x6EA6BF) is unknown color: approx Glacier. HEX triplet: 6E, A6 and BF. RGB value is (110,166,191). Sum of RGB (Red+Green+Blue) = 110+166+191=467 (61% of max value = 765). Red value is 110 (43.36% from 255 or 23.55% from 467); Green value is 166 (65.23% from 255 or 35.55% from 467); Blue value is 191 (75% from 255 or 40.90% from 467); Max value from RGB is 191 - color contains mainly: blue. Hex color #6EA6BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EA6BF is #915940. Grayscale: #979797. Windows color (decimal): -9525569 or 12559982. OLE color: 12559982.

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

Color convert

RGB110166191-
CMYK0.420.1300.25
HSL198.52º38.76%59.02%-
HSV(B)198.52º42.41%74.9%-
XYZ29.4734.3554.37-
YUV152.11149.9597.97-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 23.55%
GREEN value IS 166 (65.23% from 255) = 35.55%
BLUE value IS 191 (75% from 255) = 40.90%
R=23.55%
G=35.55%
B=40.90%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1101661910.420.1300.25198.5238.7659.02
Hex6EA6BF2AD019c7273b
Octal15624627752150313074773
Binary11011101010011010111111101010110101100111000111100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EA6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6EA6BF;
 }
 .AnyTagClassName
 {
   color: #6EA6BF;
 }
</style>
background-color css

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

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

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

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

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

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