Html Css Color HEX #A6B9CA Heather

📋 copy color: '#A6B9CA'

red 166 ◦ green 185 ◦ blue 202

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

Shades of Heather #A6B9CA

Tints of Heather #A6B9CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 36.53%

R = 30.02%
G = 33.45%
B = 36.53%

CMYK

 C value IS 0.18

 M value IS 0.08

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A6B9CA (or 0xA6B9CA) is known color: Heather. HEX triplet: A6, B9 and CA. RGB value is (166,185,202). Sum of RGB (Red+Green+Blue) = 166+185+202=553 (73% of max value = 765). Red value is 166 (65.23% from 255 or 30.02% from 553); Green value is 185 (72.66% from 255 or 33.45% from 553); Blue value is 202 (79.30% from 255 or 36.53% from 553); Max value from RGB is 202 - color contains mainly: blue. Hex color #A6B9CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6B9CA is #594635. Grayscale: #B5B5B5. Windows color (decimal): -5850678 or 13285798. OLE color: 13285798.

HSL color Cylindrical-coordinate representation of color #A6B9CA: hue angle of 208.33º degrees, saturation: 0.25, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A6B9CA is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 166 185 202 -
CMYK 0.18 0.08 0 0.21
HSL 208.33º 0.25% 0.72% -
HSV(B) 208.33º 0.18% 0.79% -
XYZ 43.74 47.07 62.66 -
YUV 181.26 139.71 117.12 -
System Red Green Blue C M Y K H S L
Decimal 166 185 202 0.18 0.08 0 0.21 208.33 0.25 0.72
Hex A6 B9 CA 12 8 0 15 D0 19 48
Octal 246 271 312 22 10 0 25 320 31 110
Binary 10100110 10111001 11001010 10010 1000 0 10101 11010000 11001 1001000

Color Harmonies of #A6B9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B9CA

Black with #A6B9CA

Text Example


Text Example

White with #A6B9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B9CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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