Shades of Picton Blue #60A0CC
Tints of Picton Blue #60A0CC
RGB
CMYK
RGB Variations
Color information
#60A0CC (or 0x60A0CC) is known color: Picton Blue. HEX triplet: 60, A0 and CC. RGB value is (96,160,204). Sum of RGB (Red+Green+Blue) = 96+160+204=460 (60% of max value = 765). Red value is 96 (37.89% from 255 or 20.87% from 460); Green value is 160 (62.89% from 255 or 34.78% from 460); Blue value is 204 (80.08% from 255 or 44.35% from 460); Max value from RGB is 204 - color contains mainly: blue. Hex color #60A0CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60A0CC is #9F5F33. Grayscale: #919191. Windows color (decimal): -10444596 or 13410400. OLE color: 13410400.
HSL color Cylindrical-coordinate representation of color #60A0CC: hue angle of 204.44º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #60A0CC is Cyan = 0.53, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 96 | 160 | 204 | - |
| CMYK | 0.53 | 0.22 | 0 | 0.2 |
| HSL | 204.44º | 0.51% | 0.59% | - |
| HSV(B) | 204.44º | 0.53% | 0.8% | - |
| XYZ | 28.29 | 31.99 | 61.81 | - |
| YUV | 145.88 | 160.8 | 92.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 160 | 204 | 0.53 | 0.22 | 0 | 0.2 | 204.44 | 0.51 | 0.59 |
| Hex | 60 | A0 | CC | 35 | 16 | 0 | 14 | CC | 33 | 3B |
| Octal | 140 | 240 | 314 | 65 | 26 | 0 | 24 | 314 | 63 | 73 |
| Binary | 1100000 | 10100000 | 11001100 | 110101 | 10110 | 0 | 10100 | 11001100 | 110011 | 111011 |
Color Harmonies of #60A0CC
Complementary color
Monochromatic Colors of #60A0CC
Black with #60A0CC
Text Example
Text Example
White with #60A0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60A0CC; }
p { color: rgb(96,160,204); }
H1.HeaderClassName
{
color: #60A0CC;
}
.AnyTagClassName
{
color: #60A0CC;
}
</style>
background-color css
<style>
a { background-color: #60A0CC; }
a { background-color: rgb(96,160,204); }
div.DivClassName
{
background-color: #60A0CC;
}
.BgClassName
{
background-color: #60A0CC;
}
</style>
border-color css
<style>
span { border-color: #60A0CC; }
span { border-color: rgb(96,160,204); }
td.TdClassName
{
border-color: #60A0CC;
}
.TagClassName
{
border-color: #60A0CC;
}
</style>