Shades of Picton Blue #60A1DB
Tints of Picton Blue #60A1DB
RGB
CMYK
RGB Variations
Color information
#60A1DB (or 0x60A1DB) is known color: Picton Blue. HEX triplet: 60, A1 and DB. RGB value is (96,161,219). Sum of RGB (Red+Green+Blue) = 96+161+219=476 (63% of max value = 765). Red value is 96 (37.89% from 255 or 20.17% from 476); Green value is 161 (63.28% from 255 or 33.82% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 219 - color contains mainly: blue. Hex color #60A1DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60A1DB is #9F5E24. Grayscale: #939393. Windows color (decimal): -10444325 or 14393696. OLE color: 14393696.
HSL color Cylindrical-coordinate representation of color #60A1DB: hue angle of 208.29º 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 #60A1DB is Cyan = 0.56, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 96 | 161 | 219 | - |
| CMYK | 0.56 | 0.26 | 0 | 0.14 |
| HSL | 208.29º | 0.63% | 0.62% | - |
| HSV(B) | 208.29º | 0.56% | 0.86% | - |
| XYZ | 30.35 | 33.09 | 71.81 | - |
| YUV | 148.18 | 167.97 | 90.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 161 | 219 | 0.56 | 0.26 | 0 | 0.14 | 208.29 | 0.63 | 0.62 |
| Hex | 60 | A1 | DB | 38 | 1A | 0 | E | D0 | 3F | 3E |
| Octal | 140 | 241 | 333 | 70 | 32 | 0 | 16 | 320 | 77 | 76 |
| Binary | 1100000 | 10100001 | 11011011 | 111000 | 11010 | 0 | 1110 | 11010000 | 111111 | 111110 |
Color Harmonies of #60A1DB
Complementary color
Monochromatic Colors of #60A1DB
Black with #60A1DB
Text Example
Text Example
White with #60A1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60A1DB; }
p { color: rgb(96,161,219); }
H1.HeaderClassName
{
color: #60A1DB;
}
.AnyTagClassName
{
color: #60A1DB;
}
</style>
background-color css
<style>
a { background-color: #60A1DB; }
a { background-color: rgb(96,161,219); }
div.DivClassName
{
background-color: #60A1DB;
}
.BgClassName
{
background-color: #60A1DB;
}
</style>
border-color css
<style>
span { border-color: #60A1DB; }
span { border-color: rgb(96,161,219); }
td.TdClassName
{
border-color: #60A1DB;
}
.TagClassName
{
border-color: #60A1DB;
}
</style>