Html Css Color HEX #A6B9C1 Heather

📋 copy color: '#A6B9C1'

red 166 ◦ green 185 ◦ blue 193

#A6B9C1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heather #A6B9C1

Tints of Heather #A6B9C1

RGB

 RED value IS 166 (65.23% from 255) = 30.51%

 GREEN value IS 185 (72.66% from 255) = 34.01%

 BLUE value IS 193 (75.78% from 255) = 35.48%

R = 30.51%
G = 34.01%
B = 35.48%

CMYK

 C value IS 0.14

 M value IS 0.04

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A6B9C1 (or 0xA6B9C1) is known color: Heather. HEX triplet: A6, B9 and C1. RGB value is (166,185,193). Sum of RGB (Red+Green+Blue) = 166+185+193=544 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.51% from 544); Green value is 185 (72.66% from 255 or 34.01% from 544); Blue value is 193 (75.78% from 255 or 35.48% from 544); Max value from RGB is 193 - color contains mainly: blue. Hex color #A6B9C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6B9C1 is #59463E. Grayscale: #B4B4B4. Windows color (decimal): -5850687 or 12695974. OLE color: 12695974.

HSL color Cylindrical-coordinate representation of color #A6B9C1: hue angle of 197.78º 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 #A6B9C1 is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 166 185 193 -
CMYK 0.14 0.04 0 0.24
HSL 197.78º 0.18% 0.7% -
HSV(B) 197.78º 0.14% 0.76% -
XYZ 42.7 46.66 57.21 -
YUV 180.23 135.21 117.85 -
System Red Green Blue C M Y K H S L
Decimal 166 185 193 0.14 0.04 0 0.24 197.78 0.18 0.7
Hex A6 B9 C1 E 4 0 18 C6 12 46
Octal 246 271 301 16 4 0 30 306 22 106
Binary 10100110 10111001 11000001 1110 100 0 11000 11000110 10010 1000110

Color Harmonies of #A6B9C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B9C1

Black with #A6B9C1

Text Example


Text Example

White with #A6B9C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B9C1; }

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

 H1.HeaderClassName
 {
   color: #A6B9C1;
 }
 .AnyTagClassName
 {
   color: #A6B9C1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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