Shades of Picton Blue #60ABCF
Tints of Picton Blue #60ABCF
RGB
CMYK
RGB Variations
Color information
#60ABCF (or 0x60ABCF) is known color: Picton Blue. HEX triplet: 60, AB and CF. RGB value is (96,171,207). Sum of RGB (Red+Green+Blue) = 96+171+207=474 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.25% from 474); Green value is 171 (67.19% from 255 or 36.08% from 474); Blue value is 207 (81.25% from 255 or 43.67% from 474); Max value from RGB is 207 - color contains mainly: blue. Hex color #60ABCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60ABCF is #9F5430. Grayscale: #989898. Windows color (decimal): -10441777 or 13609824. OLE color: 13609824.
HSL color Cylindrical-coordinate representation of color #60ABCF: hue angle of 199.46º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #60ABCF is Cyan = 0.54, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 171 | 207 | - |
| CMYK | 0.54 | 0.17 | 0 | 0.19 |
| HSL | 199.46º | 0.54% | 0.59% | - |
| HSV(B) | 199.46º | 0.54% | 0.81% | - |
| XYZ | 30.65 | 36.12 | 64.39 | - |
| YUV | 152.68 | 158.65 | 87.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 171 | 207 | 0.54 | 0.17 | 0 | 0.19 | 199.46 | 0.54 | 0.59 |
| Hex | 60 | AB | CF | 36 | 11 | 0 | 13 | C7 | 36 | 3B |
| Octal | 140 | 253 | 317 | 66 | 21 | 0 | 23 | 307 | 66 | 73 |
| Binary | 1100000 | 10101011 | 11001111 | 110110 | 10001 | 0 | 10011 | 11000111 | 110110 | 111011 |
Color Harmonies of #60ABCF
Complementary color
Monochromatic Colors of #60ABCF
Black with #60ABCF
Text Example
Text Example
White with #60ABCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60ABCF; }
p { color: rgb(96,171,207); }
H1.HeaderClassName
{
color: #60ABCF;
}
.AnyTagClassName
{
color: #60ABCF;
}
</style>
background-color css
<style>
a { background-color: #60ABCF; }
a { background-color: rgb(96,171,207); }
div.DivClassName
{
background-color: #60ABCF;
}
.BgClassName
{
background-color: #60ABCF;
}
</style>
border-color css
<style>
span { border-color: #60ABCF; }
span { border-color: rgb(96,171,207); }
td.TdClassName
{
border-color: #60ABCF;
}
.TagClassName
{
border-color: #60ABCF;
}
</style>