#6AAABE

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

Shades of Glacier #6AAABE

Tints of Glacier #6AAABE

Color information

#6AAABE (or 0x6AAABE) is unknown color: approx Glacier. HEX triplet: 6A, AA and BE. RGB value is (106,170,190). Sum of RGB (Red+Green+Blue) = 106+170+190=466 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.75% from 466); Green value is 170 (66.80% from 255 or 36.48% from 466); Blue value is 190 (74.61% from 255 or 40.77% from 466); Max value from RGB is 190 - color contains mainly: blue. Hex color #6AAABE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AAABE is #955541. Grayscale: #999999. Windows color (decimal): -9786690 or 12495466. OLE color: 12495466.

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

Color convert

RGB106170190-
CMYK0.440.1100.25
HSL194.29º39.25%58.04%-
HSV(B)194.29º44.21%74.51%-
XYZ29.6135.5354.01-
YUV153.14148.894.37-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.75%
GREEN value IS 170 (66.80% from 255) = 36.48%
BLUE value IS 190 (74.61% from 255) = 40.77%
R=22.75%
G=36.48%
B=40.77%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1061701900.440.1100.25194.2939.2558.04
Hex6AAABE2CB019c2273a
Octal15225227654130313024772
Binary11010101010101010111110101100101101100111000010100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AAABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,170,190); }

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

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

 a { background-color: rgb(106,170,190); }

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

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

 span { border-color: rgb(106,170,190); }

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