Shades of Picton Blue #61AECD
Tints of Picton Blue #61AECD
RGB
CMYK
RGB Variations
Color information
#61AECD (or 0x61AECD) is known color: Picton Blue. HEX triplet: 61, AE and CD. RGB value is (97,174,205). Sum of RGB (Red+Green+Blue) = 97+174+205=476 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.38% from 476); Green value is 174 (68.36% from 255 or 36.55% from 476); Blue value is 205 (80.47% from 255 or 43.07% from 476); Max value from RGB is 205 - color contains mainly: blue. Hex color #61AECD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61AECD is #9E5132. Grayscale: #9A9A9A. Windows color (decimal): -10375475 or 13479521. OLE color: 13479521.
HSL color Cylindrical-coordinate representation of color #61AECD: hue angle of 197.22º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #61AECD is Cyan = 0.53, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 97 | 174 | 205 | - |
| CMYK | 0.53 | 0.15 | 0 | 0.20 |
| HSL | 197.22º | 0.52% | 0.59% | - |
| HSV(B) | 197.22º | 0.53% | 0.8% | - |
| XYZ | 31.09 | 37.22 | 63.3 | - |
| YUV | 154.51 | 156.49 | 86.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 174 | 205 | 0.53 | 0.15 | 0 | 0.20 | 197.22 | 0.52 | 0.59 |
| Hex | 61 | AE | CD | 35 | F | 0 | 14 | C5 | 34 | 3B |
| Octal | 141 | 256 | 315 | 65 | 17 | 0 | 24 | 305 | 64 | 73 |
| Binary | 1100001 | 10101110 | 11001101 | 110101 | 1111 | 0 | 10100 | 11000101 | 110100 | 111011 |
Color Harmonies of #61AECD
Complementary color
Monochromatic Colors of #61AECD
Black with #61AECD
Text Example
Text Example
White with #61AECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61AECD; }
p { color: rgb(97,174,205); }
H1.HeaderClassName
{
color: #61AECD;
}
.AnyTagClassName
{
color: #61AECD;
}
</style>
background-color css
<style>
a { background-color: #61AECD; }
a { background-color: rgb(97,174,205); }
div.DivClassName
{
background-color: #61AECD;
}
.BgClassName
{
background-color: #61AECD;
}
</style>
border-color css
<style>
span { border-color: #61AECD; }
span { border-color: rgb(97,174,205); }
td.TdClassName
{
border-color: #61AECD;
}
.TagClassName
{
border-color: #61AECD;
}
</style>