Shades of Picton Blue #60A8CC
Tints of Picton Blue #60A8CC
RGB
CMYK
RGB Variations
Color information
#60A8CC (or 0x60A8CC) is known color: Picton Blue. HEX triplet: 60, A8 and CC. RGB value is (96,168,204). Sum of RGB (Red+Green+Blue) = 96+168+204=468 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.51% from 468); Green value is 168 (66.02% from 255 or 35.90% from 468); Blue value is 204 (80.08% from 255 or 43.59% from 468); Max value from RGB is 204 - color contains mainly: blue. Hex color #60A8CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60A8CC is #9F5733. Grayscale: #969696. Windows color (decimal): -10442548 or 13412448. OLE color: 13412448.
HSL color Cylindrical-coordinate representation of color #60A8CC: hue angle of 200º 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 #60A8CC is Cyan = 0.53, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 96 | 168 | 204 | - |
| CMYK | 0.53 | 0.18 | 0 | 0.2 |
| HSL | 200º | 0.51% | 0.59% | - |
| HSV(B) | 200º | 0.53% | 0.8% | - |
| XYZ | 29.73 | 34.85 | 62.29 | - |
| YUV | 150.58 | 158.15 | 89.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 168 | 204 | 0.53 | 0.18 | 0 | 0.2 | 200 | 0.51 | 0.59 |
| Hex | 60 | A8 | CC | 35 | 12 | 0 | 14 | C8 | 33 | 3B |
| Octal | 140 | 250 | 314 | 65 | 22 | 0 | 24 | 310 | 63 | 73 |
| Binary | 1100000 | 10101000 | 11001100 | 110101 | 10010 | 0 | 10100 | 11001000 | 110011 | 111011 |
Color Harmonies of #60A8CC
Complementary color
Monochromatic Colors of #60A8CC
Black with #60A8CC
Text Example
Text Example
White with #60A8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60A8CC; }
p { color: rgb(96,168,204); }
H1.HeaderClassName
{
color: #60A8CC;
}
.AnyTagClassName
{
color: #60A8CC;
}
</style>
background-color css
<style>
a { background-color: #60A8CC; }
a { background-color: rgb(96,168,204); }
div.DivClassName
{
background-color: #60A8CC;
}
.BgClassName
{
background-color: #60A8CC;
}
</style>
border-color css
<style>
span { border-color: #60A8CC; }
span { border-color: rgb(96,168,204); }
td.TdClassName
{
border-color: #60A8CC;
}
.TagClassName
{
border-color: #60A8CC;
}
</style>