#6AAEBF

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

Shades of Glacier #6AAEBF

Tints of Glacier #6AAEBF

Color information

#6AAEBF (or 0x6AAEBF) is unknown color: approx Glacier. HEX triplet: 6A, AE and BF. RGB value is (106,174,191). Sum of RGB (Red+Green+Blue) = 106+174+191=471 (62% of max value = 765). Red value is 106 (41.80% from 255 or 22.51% from 471); Green value is 174 (68.36% from 255 or 36.94% from 471); Blue value is 191 (75% from 255 or 40.55% from 471); Max value from RGB is 191 - color contains mainly: blue. Hex color #6AAEBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AAEBF is #955140. Grayscale: #9B9B9B. Windows color (decimal): -9785665 or 12562026. OLE color: 12562026.

HSL color Cylindrical-coordinate representation of color #6AAEBF: hue angle of 192º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6AAEBF is Cyan = 0.45, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB106174191-
CMYK0.450.0900.25
HSL192º39.91%58.24%-
HSV(B)192º44.5%74.9%-
XYZ30.4837.154.84-
YUV155.61147.9792.62-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.51%
GREEN value IS 174 (68.36% from 255) = 36.94%
BLUE value IS 191 (75% from 255) = 40.55%
R=22.51%
G=36.94%
B=40.55%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1061741910.450.0900.2519239.9158.24
Hex6AAEBF2D9019c0283a
Octal15225627755110313005072
Binary11010101010111010111111101101100101100111000000101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AAEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,174,191); }

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

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

 a { background-color: rgb(106,174,191); }

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

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

 span { border-color: rgb(106,174,191); }

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