Shades of Picton Blue #60A8D7
Tints of Picton Blue #60A8D7
RGB
CMYK
RGB Variations
Color information
#60A8D7 (or 0x60A8D7) is known color: Picton Blue. HEX triplet: 60, A8 and D7. RGB value is (96,168,215). Sum of RGB (Red+Green+Blue) = 96+168+215=479 (63% of max value = 765). Red value is 96 (37.89% from 255 or 20.04% from 479); Green value is 168 (66.02% from 255 or 35.07% from 479); Blue value is 215 (84.38% from 255 or 44.89% from 479); Max value from RGB is 215 - color contains mainly: blue. Hex color #60A8D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60A8D7 is #9F5728. Grayscale: #979797. Windows color (decimal): -10442537 or 14133344. OLE color: 14133344.
HSL color Cylindrical-coordinate representation of color #60A8D7: hue angle of 203.7º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #60A8D7 is Cyan = 0.55, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 96 | 168 | 215 | - |
| CMYK | 0.55 | 0.22 | 0 | 0.16 |
| HSL | 203.7º | 0.6% | 0.61% | - |
| HSV(B) | 203.7º | 0.55% | 0.84% | - |
| XYZ | 31.09 | 35.4 | 69.48 | - |
| YUV | 151.83 | 163.65 | 88.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 168 | 215 | 0.55 | 0.22 | 0 | 0.16 | 203.7 | 0.6 | 0.61 |
| Hex | 60 | A8 | D7 | 37 | 16 | 0 | 10 | CC | 3C | 3D |
| Octal | 140 | 250 | 327 | 67 | 26 | 0 | 20 | 314 | 74 | 75 |
| Binary | 1100000 | 10101000 | 11010111 | 110111 | 10110 | 0 | 10000 | 11001100 | 111100 | 111101 |
Color Harmonies of #60A8D7
Complementary color
Monochromatic Colors of #60A8D7
Black with #60A8D7
Text Example
Text Example
White with #60A8D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60A8D7; }
p { color: rgb(96,168,215); }
H1.HeaderClassName
{
color: #60A8D7;
}
.AnyTagClassName
{
color: #60A8D7;
}
</style>
background-color css
<style>
a { background-color: #60A8D7; }
a { background-color: rgb(96,168,215); }
div.DivClassName
{
background-color: #60A8D7;
}
.BgClassName
{
background-color: #60A8D7;
}
</style>
border-color css
<style>
span { border-color: #60A8D7; }
span { border-color: rgb(96,168,215); }
td.TdClassName
{
border-color: #60A8D7;
}
.TagClassName
{
border-color: #60A8D7;
}
</style>