#A6B6C1

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

Shades of Heather #A6B6C1

Tints of Heather #A6B6C1

Color information

#A6B6C1 (or 0xA6B6C1) is unknown color: approx Heather. HEX triplet: A6, B6 and C1. RGB value is (166,182,193). Sum of RGB (Red+Green+Blue) = 166+182+193=541 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.68% from 541); Green value is 182 (71.48% from 255 or 33.64% from 541); Blue value is 193 (75.78% from 255 or 35.67% from 541); Max value from RGB is 193 - color contains mainly: blue. Hex color #A6B6C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6B6C1 is #59493E. Grayscale: #B2B2B2. Windows color (decimal): -5851455 or 12695206. OLE color: 12695206.

HSL color Cylindrical-coordinate representation of color #A6B6C1: hue angle of 204.44º degrees, saturation: 0.18, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A6B6C1 is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB166182193-
CMYK0.140.0600.24
HSL204.44º17.88%70.39%-
HSV(B)204.44º13.99%75.69%-
XYZ42.0845.4157-
YUV178.47136.2119.11-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.68%
GREEN value IS 182 (71.48% from 255) = 33.64%
BLUE value IS 193 (75.78% from 255) = 35.67%
R=30.68%
G=33.64%
B=35.67%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1661821930.140.0600.24204.4417.8870.39
HexA6B6C1E6018cc1246
Octal24626630116603031422106
Binary101001101011011011000001111011001100011001100100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B6C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B6C1; }

 p { color: rgb(166,182,193); }

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

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

 a { background-color: rgb(166,182,193); }

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

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

 span { border-color: rgb(166,182,193); }

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