#6AADBF

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

Shades of Glacier #6AADBF

Tints of Glacier #6AADBF

Color information

#6AADBF (or 0x6AADBF) is unknown color: approx Glacier. HEX triplet: 6A, AD and BF. RGB value is (106,173,191). Sum of RGB (Red+Green+Blue) = 106+173+191=470 (62% of max value = 765). Red value is 106 (41.80% from 255 or 22.55% from 470); Green value is 173 (67.97% from 255 or 36.81% from 470); Blue value is 191 (75% from 255 or 40.64% from 470); Max value from RGB is 191 - color contains mainly: blue. Hex color #6AADBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AADBF is #955240. Grayscale: #9A9A9A. Windows color (decimal): -9785921 or 12561770. OLE color: 12561770.

HSL color Cylindrical-coordinate representation of color #6AADBF: hue angle of 192.71º 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 #6AADBF is Cyan = 0.45, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB106173191-
CMYK0.450.0900.25
HSL192.71º39.91%58.24%-
HSV(B)192.71º44.5%74.9%-
XYZ30.2936.7154.78-
YUV155.02148.393.04-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.55%
GREEN value IS 173 (67.97% from 255) = 36.81%
BLUE value IS 191 (75% from 255) = 40.64%
R=22.55%
G=36.81%
B=40.64%

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
Decimal1061731910.450.0900.25192.7139.9158.24
Hex6AADBF2D9019c1283a
Octal15225527755110313015072
Binary11010101010110110111111101101100101100111000001101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AADBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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