Html Css Color HEX #A6B7C1 Heather

📋 copy color: '#A6B7C1'

red 166 ◦ green 183 ◦ blue 193

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

Shades of Heather #A6B7C1

Tints of Heather #A6B7C1

RGB

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

 GREEN value IS 183 (71.88% from 255) = 33.76%

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

R = 30.63%
G = 33.76%
B = 35.61%

CMYK

 C value IS 0.14

 M value IS 0.05

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A6B7C1 (or 0xA6B7C1) is known color: Heather. HEX triplet: A6, B7 and C1. RGB value is (166,183,193). Sum of RGB (Red+Green+Blue) = 166+183+193=542 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.63% from 542); Green value is 183 (71.88% from 255 or 33.76% from 542); Blue value is 193 (75.78% from 255 or 35.61% from 542); Max value from RGB is 193 - color contains mainly: blue. Hex color #A6B7C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6B7C1 is #59483E. Grayscale: #B2B2B2. Windows color (decimal): -5851199 or 12695462. OLE color: 12695462.

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

Color convert

RGB 166 183 193 -
CMYK 0.14 0.05 0 0.24
HSL 202.22º 0.18% 0.7% -
HSV(B) 202.22º 0.14% 0.76% -
XYZ 42.29 45.82 57.07 -
YUV 179.06 135.87 118.69 -
System Red Green Blue C M Y K H S L
Decimal 166 183 193 0.14 0.05 0 0.24 202.22 0.18 0.7
Hex A6 B7 C1 E 5 0 18 CA 12 46
Octal 246 267 301 16 5 0 30 312 22 106
Binary 10100110 10110111 11000001 1110 101 0 11000 11001010 10010 1000110

Color Harmonies of #A6B7C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B7C1

Black with #A6B7C1

Text Example


Text Example

White with #A6B7C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B7C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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