Shades of Picton Blue #60A3C8
Tints of Picton Blue #60A3C8
RGB
CMYK
RGB Variations
Color information
#60A3C8 (or 0x60A3C8) is known color: Picton Blue. HEX triplet: 60, A3 and C8. RGB value is (96,163,200). Sum of RGB (Red+Green+Blue) = 96+163+200=459 (60% of max value = 765). Red value is 96 (37.89% from 255 or 20.92% from 459); Green value is 163 (64.06% from 255 or 35.51% from 459); Blue value is 200 (78.52% from 255 or 43.57% from 459); Max value from RGB is 200 - color contains mainly: blue. Hex color #60A3C8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60A3C8 is #9F5C37. Grayscale: #929292. Windows color (decimal): -10443832 or 13149024. OLE color: 13149024.
HSL color Cylindrical-coordinate representation of color #60A3C8: hue angle of 201.35º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #60A3C8 is Cyan = 0.52, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 96 | 163 | 200 | - |
| CMYK | 0.52 | 0.18 | 0 | 0.22 |
| HSL | 201.35º | 0.49% | 0.58% | - |
| HSV(B) | 201.35º | 0.52% | 0.78% | - |
| XYZ | 28.35 | 32.85 | 59.49 | - |
| YUV | 147.19 | 157.8 | 91.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 163 | 200 | 0.52 | 0.18 | 0 | 0.22 | 201.35 | 0.49 | 0.58 |
| Hex | 60 | A3 | C8 | 34 | 12 | 0 | 16 | C9 | 31 | 3A |
| Octal | 140 | 243 | 310 | 64 | 22 | 0 | 26 | 311 | 61 | 72 |
| Binary | 1100000 | 10100011 | 11001000 | 110100 | 10010 | 0 | 10110 | 11001001 | 110001 | 111010 |
Color Harmonies of #60A3C8
Complementary color
Monochromatic Colors of #60A3C8
Black with #60A3C8
Text Example
Text Example
White with #60A3C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60A3C8; }
p { color: rgb(96,163,200); }
H1.HeaderClassName
{
color: #60A3C8;
}
.AnyTagClassName
{
color: #60A3C8;
}
</style>
background-color css
<style>
a { background-color: #60A3C8; }
a { background-color: rgb(96,163,200); }
div.DivClassName
{
background-color: #60A3C8;
}
.BgClassName
{
background-color: #60A3C8;
}
</style>
border-color css
<style>
span { border-color: #60A3C8; }
span { border-color: rgb(96,163,200); }
td.TdClassName
{
border-color: #60A3C8;
}
.TagClassName
{
border-color: #60A3C8;
}
</style>