Shades of Picton Blue #60A9DB
Tints of Picton Blue #60A9DB
RGB
CMYK
RGB Variations
Color information
#60A9DB (or 0x60A9DB) is known color: Picton Blue. HEX triplet: 60, A9 and DB. RGB value is (96,169,219). Sum of RGB (Red+Green+Blue) = 96+169+219=484 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.83% from 484); Green value is 169 (66.41% from 255 or 34.92% from 484); Blue value is 219 (85.94% from 255 or 45.25% from 484); Max value from RGB is 219 - color contains mainly: blue. Hex color #60A9DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60A9DB is #9F5624. Grayscale: #989898. Windows color (decimal): -10442277 or 14395744. OLE color: 14395744.
HSL color Cylindrical-coordinate representation of color #60A9DB: hue angle of 204.39º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #60A9DB is Cyan = 0.56, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 96 | 169 | 219 | - |
| CMYK | 0.56 | 0.23 | 0 | 0.14 |
| HSL | 204.39º | 0.63% | 0.62% | - |
| HSV(B) | 204.39º | 0.56% | 0.86% | - |
| XYZ | 31.8 | 35.98 | 72.29 | - |
| YUV | 152.87 | 165.32 | 87.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 169 | 219 | 0.56 | 0.23 | 0 | 0.14 | 204.39 | 0.63 | 0.62 |
| Hex | 60 | A9 | DB | 38 | 17 | 0 | E | CC | 3F | 3E |
| Octal | 140 | 251 | 333 | 70 | 27 | 0 | 16 | 314 | 77 | 76 |
| Binary | 1100000 | 10101001 | 11011011 | 111000 | 10111 | 0 | 1110 | 11001100 | 111111 | 111110 |
Color Harmonies of #60A9DB
Complementary color
Monochromatic Colors of #60A9DB
Black with #60A9DB
Text Example
Text Example
White with #60A9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60A9DB; }
p { color: rgb(96,169,219); }
H1.HeaderClassName
{
color: #60A9DB;
}
.AnyTagClassName
{
color: #60A9DB;
}
</style>
background-color css
<style>
a { background-color: #60A9DB; }
a { background-color: rgb(96,169,219); }
div.DivClassName
{
background-color: #60A9DB;
}
.BgClassName
{
background-color: #60A9DB;
}
</style>
border-color css
<style>
span { border-color: #60A9DB; }
span { border-color: rgb(96,169,219); }
td.TdClassName
{
border-color: #60A9DB;
}
.TagClassName
{
border-color: #60A9DB;
}
</style>