Shades of Picton Blue #61A1DD
Tints of Picton Blue #61A1DD
RGB
CMYK
RGB Variations
Color information
#61A1DD (or 0x61A1DD) is known color: Picton Blue. HEX triplet: 61, A1 and DD. RGB value is (97,161,221). Sum of RGB (Red+Green+Blue) = 97+161+221=479 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.25% from 479); Green value is 161 (63.28% from 255 or 33.61% from 479); Blue value is 221 (86.72% from 255 or 46.14% from 479); Max value from RGB is 221 - color contains mainly: blue. Hex color #61A1DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61A1DD is #9E5E22. Grayscale: #949494. Windows color (decimal): -10378787 or 14524769. OLE color: 14524769.
HSL color Cylindrical-coordinate representation of color #61A1DD: hue angle of 209.03º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61A1DD is Cyan = 0.56, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 97 | 161 | 221 | - |
| CMYK | 0.56 | 0.27 | 0 | 0.13 |
| HSL | 209.03º | 0.65% | 0.62% | - |
| HSV(B) | 209.03º | 0.56% | 0.87% | - |
| XYZ | 30.73 | 33.25 | 73.21 | - |
| YUV | 148.7 | 168.8 | 91.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 161 | 221 | 0.56 | 0.27 | 0 | 0.13 | 209.03 | 0.65 | 0.62 |
| Hex | 61 | A1 | DD | 38 | 1B | 0 | D | D1 | 41 | 3E |
| Octal | 141 | 241 | 335 | 70 | 33 | 0 | 15 | 321 | 101 | 76 |
| Binary | 1100001 | 10100001 | 11011101 | 111000 | 11011 | 0 | 1101 | 11010001 | 1000001 | 111110 |
Color Harmonies of #61A1DD
Complementary color
Monochromatic Colors of #61A1DD
Black with #61A1DD
Text Example
Text Example
White with #61A1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61A1DD; }
p { color: rgb(97,161,221); }
H1.HeaderClassName
{
color: #61A1DD;
}
.AnyTagClassName
{
color: #61A1DD;
}
</style>
background-color css
<style>
a { background-color: #61A1DD; }
a { background-color: rgb(97,161,221); }
div.DivClassName
{
background-color: #61A1DD;
}
.BgClassName
{
background-color: #61A1DD;
}
</style>
border-color css
<style>
span { border-color: #61A1DD; }
span { border-color: rgb(97,161,221); }
td.TdClassName
{
border-color: #61A1DD;
}
.TagClassName
{
border-color: #61A1DD;
}
</style>