Shades of Picton Blue #61AAD1
Tints of Picton Blue #61AAD1
RGB
CMYK
RGB Variations
Color information
#61AAD1 (or 0x61AAD1) is known color: Picton Blue. HEX triplet: 61, AA and D1. RGB value is (97,170,209). Sum of RGB (Red+Green+Blue) = 97+170+209=476 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.38% from 476); Green value is 170 (66.80% from 255 or 35.71% from 476); Blue value is 209 (82.03% from 255 or 43.91% from 476); Max value from RGB is 209 - color contains mainly: blue. Hex color #61AAD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61AAD1 is #9E552E. Grayscale: #989898. Windows color (decimal): -10376495 or 13740641. OLE color: 13740641.
HSL color Cylindrical-coordinate representation of color #61AAD1: hue angle of 200.89º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #61AAD1 is Cyan = 0.54, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 97 | 170 | 209 | - |
| CMYK | 0.54 | 0.19 | 0 | 0.18 |
| HSL | 200.89º | 0.55% | 0.6% | - |
| HSV(B) | 200.89º | 0.54% | 0.82% | - |
| XYZ | 30.81 | 35.89 | 65.63 | - |
| YUV | 152.62 | 159.82 | 88.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 170 | 209 | 0.54 | 0.19 | 0 | 0.18 | 200.89 | 0.55 | 0.6 |
| Hex | 61 | AA | D1 | 36 | 13 | 0 | 12 | C9 | 37 | 3C |
| Octal | 141 | 252 | 321 | 66 | 23 | 0 | 22 | 311 | 67 | 74 |
| Binary | 1100001 | 10101010 | 11010001 | 110110 | 10011 | 0 | 10010 | 11001001 | 110111 | 111100 |
Color Harmonies of #61AAD1
Complementary color
Monochromatic Colors of #61AAD1
Black with #61AAD1
Text Example
Text Example
White with #61AAD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61AAD1; }
p { color: rgb(97,170,209); }
H1.HeaderClassName
{
color: #61AAD1;
}
.AnyTagClassName
{
color: #61AAD1;
}
</style>
background-color css
<style>
a { background-color: #61AAD1; }
a { background-color: rgb(97,170,209); }
div.DivClassName
{
background-color: #61AAD1;
}
.BgClassName
{
background-color: #61AAD1;
}
</style>
border-color css
<style>
span { border-color: #61AAD1; }
span { border-color: rgb(97,170,209); }
td.TdClassName
{
border-color: #61AAD1;
}
.TagClassName
{
border-color: #61AAD1;
}
</style>