Shades of Regent St Blue #A6C6D7
Tints of Regent St Blue #A6C6D7
RGB
CMYK
RGB Variations
Color information
#A6C6D7 (or 0xA6C6D7) is known color: Regent St Blue. HEX triplet: A6, C6 and D7. RGB value is (166,198,215). Sum of RGB (Red+Green+Blue) = 166+198+215=579 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.67% from 579); Green value is 198 (77.73% from 255 or 34.20% from 579); Blue value is 215 (84.38% from 255 or 37.13% from 579); Max value from RGB is 215 - color contains mainly: blue. Hex color #A6C6D7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6C6D7 is #593928. Grayscale: #BEBEBE. Windows color (decimal): -5847337 or 14141094. OLE color: 14141094.
HSL color Cylindrical-coordinate representation of color #A6C6D7: hue angle of 200.82º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A6C6D7 is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 166 | 198 | 215 | - |
| CMYK | 0.23 | 0.08 | 0 | 0.16 |
| HSL | 200.82º | 0.38% | 0.75% | - |
| HSV(B) | 200.82º | 0.23% | 0.84% | - |
| XYZ | 48.19 | 53.4 | 72.06 | - |
| YUV | 190.37 | 141.9 | 110.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 198 | 215 | 0.23 | 0.08 | 0 | 0.16 | 200.82 | 0.38 | 0.75 |
| Hex | A6 | C6 | D7 | 17 | 8 | 0 | 10 | C9 | 26 | 4B |
| Octal | 246 | 306 | 327 | 27 | 10 | 0 | 20 | 311 | 46 | 113 |
| Binary | 10100110 | 11000110 | 11010111 | 10111 | 1000 | 0 | 10000 | 11001001 | 100110 | 1001011 |
Color Harmonies of #A6C6D7
Complementary color
Monochromatic Colors of #A6C6D7
Black with #A6C6D7
Text Example
Text Example
White with #A6C6D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C6D7; }
p { color: rgb(166,198,215); }
H1.HeaderClassName
{
color: #A6C6D7;
}
.AnyTagClassName
{
color: #A6C6D7;
}
</style>
background-color css
<style>
a { background-color: #A6C6D7; }
a { background-color: rgb(166,198,215); }
div.DivClassName
{
background-color: #A6C6D7;
}
.BgClassName
{
background-color: #A6C6D7;
}
</style>
border-color css
<style>
span { border-color: #A6C6D7; }
span { border-color: rgb(166,198,215); }
td.TdClassName
{
border-color: #A6C6D7;
}
.TagClassName
{
border-color: #A6C6D7;
}
</style>