Shades of Picton Blue #61AAD3
Tints of Picton Blue #61AAD3
RGB
CMYK
RGB Variations
Color information
#61AAD3 (or 0x61AAD3) is known color: Picton Blue. HEX triplet: 61, AA and D3. RGB value is (97,170,211). Sum of RGB (Red+Green+Blue) = 97+170+211=478 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.29% from 478); Green value is 170 (66.80% from 255 or 35.56% from 478); Blue value is 211 (82.81% from 255 or 44.14% from 478); Max value from RGB is 211 - color contains mainly: blue. Hex color #61AAD3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61AAD3 is #9E552C. Grayscale: #989898. Windows color (decimal): -10376493 or 13871713. OLE color: 13871713.
HSL color Cylindrical-coordinate representation of color #61AAD3: hue angle of 201.58º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #61AAD3 is Cyan = 0.54, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 97 | 170 | 211 | - |
| CMYK | 0.54 | 0.19 | 0 | 0.17 |
| HSL | 201.58º | 0.56% | 0.6% | - |
| HSV(B) | 201.58º | 0.54% | 0.83% | - |
| XYZ | 31.06 | 35.99 | 66.94 | - |
| YUV | 152.85 | 160.82 | 88.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 170 | 211 | 0.54 | 0.19 | 0 | 0.17 | 201.58 | 0.56 | 0.6 |
| Hex | 61 | AA | D3 | 36 | 13 | 0 | 11 | CA | 38 | 3C |
| Octal | 141 | 252 | 323 | 66 | 23 | 0 | 21 | 312 | 70 | 74 |
| Binary | 1100001 | 10101010 | 11010011 | 110110 | 10011 | 0 | 10001 | 11001010 | 111000 | 111100 |
Color Harmonies of #61AAD3
Complementary color
Monochromatic Colors of #61AAD3
Black with #61AAD3
Text Example
Text Example
White with #61AAD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61AAD3; }
p { color: rgb(97,170,211); }
H1.HeaderClassName
{
color: #61AAD3;
}
.AnyTagClassName
{
color: #61AAD3;
}
</style>
background-color css
<style>
a { background-color: #61AAD3; }
a { background-color: rgb(97,170,211); }
div.DivClassName
{
background-color: #61AAD3;
}
.BgClassName
{
background-color: #61AAD3;
}
</style>
border-color css
<style>
span { border-color: #61AAD3; }
span { border-color: rgb(97,170,211); }
td.TdClassName
{
border-color: #61AAD3;
}
.TagClassName
{
border-color: #61AAD3;
}
</style>