Html Css Color HEX #A6B5C1 Heather

📋 copy color: '#A6B5C1'

red 166 ◦ green 181 ◦ blue 193

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

Shades of Heather #A6B5C1

Tints of Heather #A6B5C1

RGB

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

 GREEN value IS 181 (71.09% from 255) = 33.52%

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

R = 30.74%
G = 33.52%
B = 35.74%

CMYK

 C value IS 0.14

 M value IS 0.06

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A6B5C1 (or 0xA6B5C1) is known color: Heather. HEX triplet: A6, B5 and C1. RGB value is (166,181,193). Sum of RGB (Red+Green+Blue) = 166+181+193=540 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.74% from 540); Green value is 181 (71.09% from 255 or 33.52% from 540); Blue value is 193 (75.78% from 255 or 35.74% from 540); Max value from RGB is 193 - color contains mainly: blue. Hex color #A6B5C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6B5C1 is #594A3E. Grayscale: #B1B1B1. Windows color (decimal): -5851711 or 12694950. OLE color: 12694950.

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

Color convert

RGB 166 181 193 -
CMYK 0.14 0.06 0 0.24
HSL 206.67º 0.18% 0.7% -
HSV(B) 206.67º 0.14% 0.76% -
XYZ 41.88 45 56.93 -
YUV 177.88 136.53 119.52 -
System Red Green Blue C M Y K H S L
Decimal 166 181 193 0.14 0.06 0 0.24 206.67 0.18 0.7
Hex A6 B5 C1 E 6 0 18 CF 12 46
Octal 246 265 301 16 6 0 30 317 22 106
Binary 10100110 10110101 11000001 1110 110 0 11000 11001111 10010 1000110

Color Harmonies of #A6B5C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B5C1

Black with #A6B5C1

Text Example


Text Example

White with #A6B5C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B5C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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