Shades of Picton Blue #61AAD2
Tints of Picton Blue #61AAD2
RGB
CMYK
RGB Variations
Color information
#61AAD2 (or 0x61AAD2) is known color: Picton Blue. HEX triplet: 61, AA and D2. RGB value is (97,170,210). Sum of RGB (Red+Green+Blue) = 97+170+210=477 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.34% from 477); Green value is 170 (66.80% from 255 or 35.64% from 477); Blue value is 210 (82.42% from 255 or 44.03% from 477); Max value from RGB is 210 - color contains mainly: blue. Hex color #61AAD2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61AAD2 is #9E552D. Grayscale: #989898. Windows color (decimal): -10376494 or 13806177. OLE color: 13806177.
HSL color Cylindrical-coordinate representation of color #61AAD2: hue angle of 201.24º degrees, saturation: 0.56, 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 #61AAD2 is Cyan = 0.54, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 97 | 170 | 210 | - |
| CMYK | 0.54 | 0.19 | 0 | 0.18 |
| HSL | 201.24º | 0.56% | 0.6% | - |
| HSV(B) | 201.24º | 0.54% | 0.82% | - |
| XYZ | 30.94 | 35.94 | 66.28 | - |
| YUV | 152.73 | 160.32 | 88.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 170 | 210 | 0.54 | 0.19 | 0 | 0.18 | 201.24 | 0.56 | 0.6 |
| Hex | 61 | AA | D2 | 36 | 13 | 0 | 12 | C9 | 38 | 3C |
| Octal | 141 | 252 | 322 | 66 | 23 | 0 | 22 | 311 | 70 | 74 |
| Binary | 1100001 | 10101010 | 11010010 | 110110 | 10011 | 0 | 10010 | 11001001 | 111000 | 111100 |
Color Harmonies of #61AAD2
Complementary color
Monochromatic Colors of #61AAD2
Black with #61AAD2
Text Example
Text Example
White with #61AAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61AAD2; }
p { color: rgb(97,170,210); }
H1.HeaderClassName
{
color: #61AAD2;
}
.AnyTagClassName
{
color: #61AAD2;
}
</style>
background-color css
<style>
a { background-color: #61AAD2; }
a { background-color: rgb(97,170,210); }
div.DivClassName
{
background-color: #61AAD2;
}
.BgClassName
{
background-color: #61AAD2;
}
</style>
border-color css
<style>
span { border-color: #61AAD2; }
span { border-color: rgb(97,170,210); }
td.TdClassName
{
border-color: #61AAD2;
}
.TagClassName
{
border-color: #61AAD2;
}
</style>