Shades of Picton Blue #60A8DD
Tints of Picton Blue #60A8DD
RGB
CMYK
RGB Variations
Color information
#60A8DD (or 0x60A8DD) is known color: Picton Blue. HEX triplet: 60, A8 and DD. RGB value is (96,168,221). Sum of RGB (Red+Green+Blue) = 96+168+221=485 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.79% from 485); Green value is 168 (66.02% from 255 or 34.64% from 485); Blue value is 221 (86.72% from 255 or 45.57% from 485); Max value from RGB is 221 - color contains mainly: blue. Hex color #60A8DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60A8DD is #9F5722. Grayscale: #989898. Windows color (decimal): -10442531 or 14526560. OLE color: 14526560.
HSL color Cylindrical-coordinate representation of color #60A8DD: hue angle of 205.44º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #60A8DD is Cyan = 0.57, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 168 | 221 | - |
| CMYK | 0.57 | 0.24 | 0 | 0.13 |
| HSL | 205.44º | 0.65% | 0.62% | - |
| HSV(B) | 205.44º | 0.57% | 0.87% | - |
| XYZ | 31.88 | 35.71 | 73.62 | - |
| YUV | 152.51 | 166.65 | 87.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 168 | 221 | 0.57 | 0.24 | 0 | 0.13 | 205.44 | 0.65 | 0.62 |
| Hex | 60 | A8 | DD | 39 | 18 | 0 | D | CD | 41 | 3E |
| Octal | 140 | 250 | 335 | 71 | 30 | 0 | 15 | 315 | 101 | 76 |
| Binary | 1100000 | 10101000 | 11011101 | 111001 | 11000 | 0 | 1101 | 11001101 | 1000001 | 111110 |
Color Harmonies of #60A8DD
Complementary color
Monochromatic Colors of #60A8DD
Black with #60A8DD
Text Example
Text Example
White with #60A8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60A8DD; }
p { color: rgb(96,168,221); }
H1.HeaderClassName
{
color: #60A8DD;
}
.AnyTagClassName
{
color: #60A8DD;
}
</style>
background-color css
<style>
a { background-color: #60A8DD; }
a { background-color: rgb(96,168,221); }
div.DivClassName
{
background-color: #60A8DD;
}
.BgClassName
{
background-color: #60A8DD;
}
</style>
border-color css
<style>
span { border-color: #60A8DD; }
span { border-color: rgb(96,168,221); }
td.TdClassName
{
border-color: #60A8DD;
}
.TagClassName
{
border-color: #60A8DD;
}
</style>