Shades of Picton Blue #60A0DB
Tints of Picton Blue #60A0DB
RGB
CMYK
RGB Variations
Color information
#60A0DB (or 0x60A0DB) is known color: Picton Blue. HEX triplet: 60, A0 and DB. RGB value is (96,160,219). Sum of RGB (Red+Green+Blue) = 96+160+219=475 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.21% from 475); Green value is 160 (62.89% from 255 or 33.68% from 475); Blue value is 219 (85.94% from 255 or 46.11% from 475); Max value from RGB is 219 - color contains mainly: blue. Hex color #60A0DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60A0DB is #9F5F24. Grayscale: #939393. Windows color (decimal): -10444581 or 14393440. OLE color: 14393440.
HSL color Cylindrical-coordinate representation of color #60A0DB: hue angle of 208.78º 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 #60A0DB is Cyan = 0.56, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 96 | 160 | 219 | - |
| CMYK | 0.56 | 0.27 | 0 | 0.14 |
| HSL | 208.78º | 0.63% | 0.62% | - |
| HSV(B) | 208.78º | 0.56% | 0.86% | - |
| XYZ | 30.18 | 32.74 | 71.75 | - |
| YUV | 147.59 | 168.3 | 91.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 160 | 219 | 0.56 | 0.27 | 0 | 0.14 | 208.78 | 0.63 | 0.62 |
| Hex | 60 | A0 | DB | 38 | 1B | 0 | E | D1 | 3F | 3E |
| Octal | 140 | 240 | 333 | 70 | 33 | 0 | 16 | 321 | 77 | 76 |
| Binary | 1100000 | 10100000 | 11011011 | 111000 | 11011 | 0 | 1110 | 11010001 | 111111 | 111110 |
Color Harmonies of #60A0DB
Complementary color
Monochromatic Colors of #60A0DB
Black with #60A0DB
Text Example
Text Example
White with #60A0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60A0DB; }
p { color: rgb(96,160,219); }
H1.HeaderClassName
{
color: #60A0DB;
}
.AnyTagClassName
{
color: #60A0DB;
}
</style>
background-color css
<style>
a { background-color: #60A0DB; }
a { background-color: rgb(96,160,219); }
div.DivClassName
{
background-color: #60A0DB;
}
.BgClassName
{
background-color: #60A0DB;
}
</style>
border-color css
<style>
span { border-color: #60A0DB; }
span { border-color: rgb(96,160,219); }
td.TdClassName
{
border-color: #60A0DB;
}
.TagClassName
{
border-color: #60A0DB;
}
</style>