#6AA8BF

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

Shades of Glacier #6AA8BF

Tints of Glacier #6AA8BF

Color information

#6AA8BF (or 0x6AA8BF) is unknown color: approx Glacier. HEX triplet: 6A, A8 and BF. RGB value is (106,168,191). Sum of RGB (Red+Green+Blue) = 106+168+191=465 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.80% from 465); Green value is 168 (66.02% from 255 or 36.13% from 465); Blue value is 191 (75% from 255 or 41.08% from 465); Max value from RGB is 191 - color contains mainly: blue. Hex color #6AA8BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AA8BF is #955740. Grayscale: #979797. Windows color (decimal): -9787201 or 12560490. OLE color: 12560490.

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

Color convert

RGB106168191-
CMYK0.450.1200.25
HSL196.24º39.91%58.24%-
HSV(B)196.24º44.5%74.9%-
XYZ29.3534.8354.47-
YUV152.08149.9695.13-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.80%
GREEN value IS 168 (66.02% from 255) = 36.13%
BLUE value IS 191 (75% from 255) = 41.08%
R=22.80%
G=36.13%
B=41.08%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1061681910.450.1200.25196.2439.9158.24
Hex6AA8BF2DC019c4283a
Octal15225027755140313045072
Binary11010101010100010111111101101110001100111000100101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AA8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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