Shades of Picton Blue #60A8DC
Tints of Picton Blue #60A8DC
RGB
CMYK
RGB Variations
Color information
#60A8DC (or 0x60A8DC) is known color: Picton Blue. HEX triplet: 60, A8 and DC. RGB value is (96,168,220). Sum of RGB (Red+Green+Blue) = 96+168+220=484 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.83% from 484); Green value is 168 (66.02% from 255 or 34.71% from 484); Blue value is 220 (86.33% from 255 or 45.45% from 484); Max value from RGB is 220 - color contains mainly: blue. Hex color #60A8DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60A8DC is #9F5723. Grayscale: #989898. Windows color (decimal): -10442532 or 14461024. OLE color: 14461024.
HSL color Cylindrical-coordinate representation of color #60A8DC: hue angle of 205.16º degrees, saturation: 0.64, 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 #60A8DC is Cyan = 0.56, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 96 | 168 | 220 | - |
| CMYK | 0.56 | 0.24 | 0 | 0.14 |
| HSL | 205.16º | 0.64% | 0.62% | - |
| HSV(B) | 205.16º | 0.56% | 0.86% | - |
| XYZ | 31.74 | 35.66 | 72.92 | - |
| YUV | 152.4 | 166.15 | 87.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 168 | 220 | 0.56 | 0.24 | 0 | 0.14 | 205.16 | 0.64 | 0.62 |
| Hex | 60 | A8 | DC | 38 | 18 | 0 | E | CD | 40 | 3E |
| Octal | 140 | 250 | 334 | 70 | 30 | 0 | 16 | 315 | 100 | 76 |
| Binary | 1100000 | 10101000 | 11011100 | 111000 | 11000 | 0 | 1110 | 11001101 | 1000000 | 111110 |
Color Harmonies of #60A8DC
Complementary color
Monochromatic Colors of #60A8DC
Black with #60A8DC
Text Example
Text Example
White with #60A8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60A8DC; }
p { color: rgb(96,168,220); }
H1.HeaderClassName
{
color: #60A8DC;
}
.AnyTagClassName
{
color: #60A8DC;
}
</style>
background-color css
<style>
a { background-color: #60A8DC; }
a { background-color: rgb(96,168,220); }
div.DivClassName
{
background-color: #60A8DC;
}
.BgClassName
{
background-color: #60A8DC;
}
</style>
border-color css
<style>
span { border-color: #60A8DC; }
span { border-color: rgb(96,168,220); }
td.TdClassName
{
border-color: #60A8DC;
}
.TagClassName
{
border-color: #60A8DC;
}
</style>