Shades of Picton Blue #60A8DB
Tints of Picton Blue #60A8DB
RGB
CMYK
RGB Variations
Color information
#60A8DB (or 0x60A8DB) is known color: Picton Blue. HEX triplet: 60, A8 and DB. RGB value is (96,168,219). Sum of RGB (Red+Green+Blue) = 96+168+219=483 (63% of max value = 765). Red value is 96 (37.89% from 255 or 19.88% from 483); Green value is 168 (66.02% from 255 or 34.78% from 483); Blue value is 219 (85.94% from 255 or 45.34% from 483); Max value from RGB is 219 - color contains mainly: blue. Hex color #60A8DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60A8DB is #9F5724. Grayscale: #989898. Windows color (decimal): -10442533 or 14395488. OLE color: 14395488.
HSL color Cylindrical-coordinate representation of color #60A8DB: hue angle of 204.88º 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 #60A8DB is Cyan = 0.56, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 96 | 168 | 219 | - |
| CMYK | 0.56 | 0.23 | 0 | 0.14 |
| HSL | 204.88º | 0.63% | 0.62% | - |
| HSV(B) | 204.88º | 0.56% | 0.86% | - |
| XYZ | 31.61 | 35.61 | 72.22 | - |
| YUV | 152.29 | 165.65 | 87.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 168 | 219 | 0.56 | 0.23 | 0 | 0.14 | 204.88 | 0.63 | 0.62 |
| Hex | 60 | A8 | DB | 38 | 17 | 0 | E | CD | 3F | 3E |
| Octal | 140 | 250 | 333 | 70 | 27 | 0 | 16 | 315 | 77 | 76 |
| Binary | 1100000 | 10101000 | 11011011 | 111000 | 10111 | 0 | 1110 | 11001101 | 111111 | 111110 |
Color Harmonies of #60A8DB
Complementary color
Monochromatic Colors of #60A8DB
Black with #60A8DB
Text Example
Text Example
White with #60A8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60A8DB; }
p { color: rgb(96,168,219); }
H1.HeaderClassName
{
color: #60A8DB;
}
.AnyTagClassName
{
color: #60A8DB;
}
</style>
background-color css
<style>
a { background-color: #60A8DB; }
a { background-color: rgb(96,168,219); }
div.DivClassName
{
background-color: #60A8DB;
}
.BgClassName
{
background-color: #60A8DB;
}
</style>
border-color css
<style>
span { border-color: #60A8DB; }
span { border-color: rgb(96,168,219); }
td.TdClassName
{
border-color: #60A8DB;
}
.TagClassName
{
border-color: #60A8DB;
}
</style>