Shades of Picton Blue #60AECC
Tints of Picton Blue #60AECC
RGB
CMYK
RGB Variations
Color information
#60AECC (or 0x60AECC) is known color: Picton Blue. HEX triplet: 60, AE and CC. RGB value is (96,174,204). Sum of RGB (Red+Green+Blue) = 96+174+204=474 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.25% from 474); Green value is 174 (68.36% from 255 or 36.71% from 474); Blue value is 204 (80.08% from 255 or 43.04% from 474); Max value from RGB is 204 - color contains mainly: blue. Hex color #60AECC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60AECC is #9F5133. Grayscale: #999999. Windows color (decimal): -10441012 or 13413984. OLE color: 13413984.
HSL color Cylindrical-coordinate representation of color #60AECC: hue angle of 196.67º degrees, saturation: 0.51, 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 #60AECC is Cyan = 0.53, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 96 | 174 | 204 | - |
| CMYK | 0.53 | 0.15 | 0 | 0.2 |
| HSL | 196.67º | 0.51% | 0.59% | - |
| HSV(B) | 196.67º | 0.53% | 0.8% | - |
| XYZ | 30.86 | 37.12 | 62.66 | - |
| YUV | 154.1 | 156.16 | 86.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 174 | 204 | 0.53 | 0.15 | 0 | 0.2 | 196.67 | 0.51 | 0.59 |
| Hex | 60 | AE | CC | 35 | F | 0 | 14 | C5 | 33 | 3B |
| Octal | 140 | 256 | 314 | 65 | 17 | 0 | 24 | 305 | 63 | 73 |
| Binary | 1100000 | 10101110 | 11001100 | 110101 | 1111 | 0 | 10100 | 11000101 | 110011 | 111011 |
Color Harmonies of #60AECC
Complementary color
Monochromatic Colors of #60AECC
Black with #60AECC
Text Example
Text Example
White with #60AECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60AECC; }
p { color: rgb(96,174,204); }
H1.HeaderClassName
{
color: #60AECC;
}
.AnyTagClassName
{
color: #60AECC;
}
</style>
background-color css
<style>
a { background-color: #60AECC; }
a { background-color: rgb(96,174,204); }
div.DivClassName
{
background-color: #60AECC;
}
.BgClassName
{
background-color: #60AECC;
}
</style>
border-color css
<style>
span { border-color: #60AECC; }
span { border-color: rgb(96,174,204); }
td.TdClassName
{
border-color: #60AECC;
}
.TagClassName
{
border-color: #60AECC;
}
</style>