#6AAEC6

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

Shades of Glacier #6AAEC6

Tints of Glacier #6AAEC6

Color information

#6AAEC6 (or 0x6AAEC6) is unknown color: approx Glacier. HEX triplet: 6A, AE and C6. RGB value is (106,174,198). Sum of RGB (Red+Green+Blue) = 106+174+198=478 (63% of max value = 765). Red value is 106 (41.80% from 255 or 22.18% from 478); Green value is 174 (68.36% from 255 or 36.40% from 478); Blue value is 198 (77.73% from 255 or 41.42% from 478); Max value from RGB is 198 - color contains mainly: blue. Hex color #6AAEC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AAEC6 is #955139. Grayscale: #9C9C9C. Windows color (decimal): -9785658 or 13020778. OLE color: 13020778.

HSL color Cylindrical-coordinate representation of color #6AAEC6: hue angle of 195.65º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6AAEC6 is Cyan = 0.46, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB106174198-
CMYK0.460.1200.22
HSL195.65º44.66%59.61%-
HSV(B)195.65º46.46%77.65%-
XYZ31.2737.4159-
YUV156.4151.4792.05-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.18%
GREEN value IS 174 (68.36% from 255) = 36.40%
BLUE value IS 198 (77.73% from 255) = 41.42%
R=22.18%
G=36.40%
B=41.42%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1061741980.460.1200.22195.6544.6659.61
Hex6AAEC62EC016c42d3c
Octal15225630656140263045574
Binary11010101010111011000110101110110001011011000100101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AAEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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