Shades of Picton Blue #60AECD
Tints of Picton Blue #60AECD
RGB
CMYK
RGB Variations
Color information
#60AECD (or 0x60AECD) is known color: Picton Blue. HEX triplet: 60, AE and CD. RGB value is (96,174,205). Sum of RGB (Red+Green+Blue) = 96+174+205=475 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.21% from 475); Green value is 174 (68.36% from 255 or 36.63% from 475); Blue value is 205 (80.47% from 255 or 43.16% from 475); Max value from RGB is 205 - color contains mainly: blue. Hex color #60AECD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60AECD is #9F5132. Grayscale: #9A9A9A. Windows color (decimal): -10441011 or 13479520. OLE color: 13479520.
HSL color Cylindrical-coordinate representation of color #60AECD: hue angle of 197.06º 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 #60AECD is Cyan = 0.53, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 96 | 174 | 205 | - |
| CMYK | 0.53 | 0.15 | 0 | 0.20 |
| HSL | 197.06º | 0.52% | 0.59% | - |
| HSV(B) | 197.06º | 0.53% | 0.8% | - |
| XYZ | 30.98 | 37.17 | 63.3 | - |
| YUV | 154.21 | 156.66 | 86.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 174 | 205 | 0.53 | 0.15 | 0 | 0.20 | 197.06 | 0.52 | 0.59 |
| Hex | 60 | AE | CD | 35 | F | 0 | 14 | C5 | 34 | 3B |
| Octal | 140 | 256 | 315 | 65 | 17 | 0 | 24 | 305 | 64 | 73 |
| Binary | 1100000 | 10101110 | 11001101 | 110101 | 1111 | 0 | 10100 | 11000101 | 110100 | 111011 |
Color Harmonies of #60AECD
Complementary color
Monochromatic Colors of #60AECD
Black with #60AECD
Text Example
Text Example
White with #60AECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60AECD; }
p { color: rgb(96,174,205); }
H1.HeaderClassName
{
color: #60AECD;
}
.AnyTagClassName
{
color: #60AECD;
}
</style>
background-color css
<style>
a { background-color: #60AECD; }
a { background-color: rgb(96,174,205); }
div.DivClassName
{
background-color: #60AECD;
}
.BgClassName
{
background-color: #60AECD;
}
</style>
border-color css
<style>
span { border-color: #60AECD; }
span { border-color: rgb(96,174,205); }
td.TdClassName
{
border-color: #60AECD;
}
.TagClassName
{
border-color: #60AECD;
}
</style>