#6EACBD

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

Shades of Glacier #6EACBD

Tints of Glacier #6EACBD

Color information

#6EACBD (or 0x6EACBD) is unknown color: approx Glacier. HEX triplet: 6E, AC and BD. RGB value is (110,172,189). Sum of RGB (Red+Green+Blue) = 110+172+189=471 (62% of max value = 765). Red value is 110 (43.36% from 255 or 23.35% from 471); Green value is 172 (67.58% from 255 or 36.52% from 471); Blue value is 189 (74.22% from 255 or 40.13% from 471); Max value from RGB is 189 - color contains mainly: blue. Hex color #6EACBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EACBD is #915342. Grayscale: #9B9B9B. Windows color (decimal): -9524035 or 12430446. OLE color: 12430446.

HSL color Cylindrical-coordinate representation of color #6EACBD: hue angle of 192.91º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6EACBD is Cyan = 0.42, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB110172189-
CMYK0.420.0900.26
HSL192.91º37.44%58.63%-
HSV(B)192.91º41.8%74.12%-
XYZ30.3736.4953.59-
YUV155.4146.9695.62-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 23.35%
GREEN value IS 172 (67.58% from 255) = 36.52%
BLUE value IS 189 (74.22% from 255) = 40.13%
R=23.35%
G=36.52%
B=40.13%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1101721890.420.0900.26192.9137.4458.63
Hex6EACBD2A901Ac1253b
Octal15625427552110323014573
Binary11011101010110010111101101010100101101011000001100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EACBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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