Shades of Picton Blue #60A4CA
Tints of Picton Blue #60A4CA
RGB
CMYK
RGB Variations
Color information
#60A4CA (or 0x60A4CA) is known color: Picton Blue. HEX triplet: 60, A4 and CA. RGB value is (96,164,202). Sum of RGB (Red+Green+Blue) = 96+164+202=462 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.78% from 462); Green value is 164 (64.45% from 255 or 35.50% from 462); Blue value is 202 (79.30% from 255 or 43.72% from 462); Max value from RGB is 202 - color contains mainly: blue. Hex color #60A4CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60A4CA is #9F5B35. Grayscale: #939393. Windows color (decimal): -10443574 or 13280352. OLE color: 13280352.
HSL color Cylindrical-coordinate representation of color #60A4CA: hue angle of 201.51º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #60A4CA is Cyan = 0.52, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 96 | 164 | 202 | - |
| CMYK | 0.52 | 0.19 | 0 | 0.21 |
| HSL | 201.51º | 0.5% | 0.58% | - |
| HSV(B) | 201.51º | 0.52% | 0.79% | - |
| XYZ | 28.76 | 33.3 | 60.79 | - |
| YUV | 148 | 158.47 | 90.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 164 | 202 | 0.52 | 0.19 | 0 | 0.21 | 201.51 | 0.5 | 0.58 |
| Hex | 60 | A4 | CA | 34 | 13 | 0 | 15 | CA | 32 | 3A |
| Octal | 140 | 244 | 312 | 64 | 23 | 0 | 25 | 312 | 62 | 72 |
| Binary | 1100000 | 10100100 | 11001010 | 110100 | 10011 | 0 | 10101 | 11001010 | 110010 | 111010 |
Color Harmonies of #60A4CA
Complementary color
Monochromatic Colors of #60A4CA
Black with #60A4CA
Text Example
Text Example
White with #60A4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60A4CA; }
p { color: rgb(96,164,202); }
H1.HeaderClassName
{
color: #60A4CA;
}
.AnyTagClassName
{
color: #60A4CA;
}
</style>
background-color css
<style>
a { background-color: #60A4CA; }
a { background-color: rgb(96,164,202); }
div.DivClassName
{
background-color: #60A4CA;
}
.BgClassName
{
background-color: #60A4CA;
}
</style>
border-color css
<style>
span { border-color: #60A4CA; }
span { border-color: rgb(96,164,202); }
td.TdClassName
{
border-color: #60A4CA;
}
.TagClassName
{
border-color: #60A4CA;
}
</style>