#6EA5BB

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

Shades of Glacier #6EA5BB

Tints of Glacier #6EA5BB

Color information

#6EA5BB (or 0x6EA5BB) is unknown color: approx Glacier. HEX triplet: 6E, A5 and BB. RGB value is (110,165,187). Sum of RGB (Red+Green+Blue) = 110+165+187=462 (61% of max value = 765). Red value is 110 (43.36% from 255 or 23.81% from 462); Green value is 165 (64.84% from 255 or 35.71% from 462); Blue value is 187 (73.44% from 255 or 40.48% from 462); Max value from RGB is 187 - color contains mainly: blue. Hex color #6EA5BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EA5BB is #915A44. Grayscale: #969696. Windows color (decimal): -9525829 or 12297582. OLE color: 12297582.

HSL color Cylindrical-coordinate representation of color #6EA5BB: hue angle of 197.14º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6EA5BB is Cyan = 0.41, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB110165187-
CMYK0.410.1200.27
HSL197.14º36.15%58.24%-
HSV(B)197.14º41.18%73.33%-
XYZ28.8633.8152.02-
YUV151.06148.2898.71-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 23.81%
GREEN value IS 165 (64.84% from 255) = 35.71%
BLUE value IS 187 (73.44% from 255) = 40.48%
R=23.81%
G=35.71%
B=40.48%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1101651870.410.1200.27197.1436.1558.24
Hex6EA5BB29C01Bc5243a
Octal15624527351140333054472
Binary11011101010010110111011101001110001101111000101100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EA5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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