#6EACBA

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

Shades of Glacier #6EACBA

Tints of Glacier #6EACBA

Color information

#6EACBA (or 0x6EACBA) is unknown color: approx Glacier. HEX triplet: 6E, AC and BA. RGB value is (110,172,186). Sum of RGB (Red+Green+Blue) = 110+172+186=468 (61% of max value = 765). Red value is 110 (43.36% from 255 or 23.50% from 468); Green value is 172 (67.58% from 255 or 36.75% from 468); Blue value is 186 (73.05% from 255 or 39.74% from 468); Max value from RGB is 186 - color contains mainly: blue. Hex color #6EACBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EACBA is #915345. Grayscale: #9A9A9A. Windows color (decimal): -9524038 or 12233838. OLE color: 12233838.

HSL color Cylindrical-coordinate representation of color #6EACBA: hue angle of 191.05º 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 #6EACBA is Cyan = 0.41, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB110172186-
CMYK0.410.0800.27
HSL191.05º35.51%58.04%-
HSV(B)191.05º40.86%72.94%-
XYZ30.0536.3751.89-
YUV155.06145.4695.86-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 23.50%
GREEN value IS 172 (67.58% from 255) = 36.75%
BLUE value IS 186 (73.05% from 255) = 39.74%
R=23.50%
G=36.75%
B=39.74%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1101721860.410.0800.27191.0535.5158.04
Hex6EACBA29801Bbf243a
Octal15625427251100332774472
Binary11011101010110010111010101001100001101110111111100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EACBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,172,186); }

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

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

 a { background-color: rgb(110,172,186); }

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

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

 span { border-color: rgb(110,172,186); }

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