Shades of Picton Blue #60ABC9
Tints of Picton Blue #60ABC9
RGB
CMYK
RGB Variations
Color information
#60ABC9 (or 0x60ABC9) is known color: Picton Blue. HEX triplet: 60, AB and C9. RGB value is (96,171,201). Sum of RGB (Red+Green+Blue) = 96+171+201=468 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.51% from 468); Green value is 171 (67.19% from 255 or 36.54% from 468); Blue value is 201 (78.91% from 255 or 42.95% from 468); Max value from RGB is 201 - color contains mainly: blue. Hex color #60ABC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60ABC9 is #9F5436. Grayscale: #979797. Windows color (decimal): -10441783 or 13216608. OLE color: 13216608.
HSL color Cylindrical-coordinate representation of color #60ABC9: hue angle of 197.14º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #60ABC9 is Cyan = 0.52, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 96 | 171 | 201 | - |
| CMYK | 0.52 | 0.15 | 0 | 0.21 |
| HSL | 197.14º | 0.49% | 0.58% | - |
| HSV(B) | 197.14º | 0.52% | 0.79% | - |
| XYZ | 29.93 | 35.83 | 60.6 | - |
| YUV | 152 | 155.65 | 88.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 171 | 201 | 0.52 | 0.15 | 0 | 0.21 | 197.14 | 0.49 | 0.58 |
| Hex | 60 | AB | C9 | 34 | F | 0 | 15 | C5 | 31 | 3A |
| Octal | 140 | 253 | 311 | 64 | 17 | 0 | 25 | 305 | 61 | 72 |
| Binary | 1100000 | 10101011 | 11001001 | 110100 | 1111 | 0 | 10101 | 11000101 | 110001 | 111010 |
Color Harmonies of #60ABC9
Complementary color
Monochromatic Colors of #60ABC9
Black with #60ABC9
Text Example
Text Example
White with #60ABC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60ABC9; }
p { color: rgb(96,171,201); }
H1.HeaderClassName
{
color: #60ABC9;
}
.AnyTagClassName
{
color: #60ABC9;
}
</style>
background-color css
<style>
a { background-color: #60ABC9; }
a { background-color: rgb(96,171,201); }
div.DivClassName
{
background-color: #60ABC9;
}
.BgClassName
{
background-color: #60ABC9;
}
</style>
border-color css
<style>
span { border-color: #60ABC9; }
span { border-color: rgb(96,171,201); }
td.TdClassName
{
border-color: #60ABC9;
}
.TagClassName
{
border-color: #60ABC9;
}
</style>