Shades of Picton Blue #60ADCC
Tints of Picton Blue #60ADCC
RGB
CMYK
RGB Variations
Color information
#60ADCC (or 0x60ADCC) is known color: Picton Blue. HEX triplet: 60, AD and CC. RGB value is (96,173,204). Sum of RGB (Red+Green+Blue) = 96+173+204=473 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.30% from 473); Green value is 173 (67.97% from 255 or 36.58% from 473); Blue value is 204 (80.08% from 255 or 43.13% from 473); Max value from RGB is 204 - color contains mainly: blue. Hex color #60ADCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60ADCC is #9F5233. Grayscale: #999999. Windows color (decimal): -10441268 or 13413728. OLE color: 13413728.
HSL color Cylindrical-coordinate representation of color #60ADCC: hue angle of 197.22º 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 #60ADCC is Cyan = 0.53, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 96 | 173 | 204 | - |
| CMYK | 0.53 | 0.15 | 0 | 0.2 |
| HSL | 197.22º | 0.51% | 0.59% | - |
| HSV(B) | 197.22º | 0.53% | 0.8% | - |
| XYZ | 30.67 | 36.73 | 62.6 | - |
| YUV | 153.51 | 156.49 | 86.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 173 | 204 | 0.53 | 0.15 | 0 | 0.2 | 197.22 | 0.51 | 0.59 |
| Hex | 60 | AD | CC | 35 | F | 0 | 14 | C5 | 33 | 3B |
| Octal | 140 | 255 | 314 | 65 | 17 | 0 | 24 | 305 | 63 | 73 |
| Binary | 1100000 | 10101101 | 11001100 | 110101 | 1111 | 0 | 10100 | 11000101 | 110011 | 111011 |
Color Harmonies of #60ADCC
Complementary color
Monochromatic Colors of #60ADCC
Black with #60ADCC
Text Example
Text Example
White with #60ADCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60ADCC; }
p { color: rgb(96,173,204); }
H1.HeaderClassName
{
color: #60ADCC;
}
.AnyTagClassName
{
color: #60ADCC;
}
</style>
background-color css
<style>
a { background-color: #60ADCC; }
a { background-color: rgb(96,173,204); }
div.DivClassName
{
background-color: #60ADCC;
}
.BgClassName
{
background-color: #60ADCC;
}
</style>
border-color css
<style>
span { border-color: #60ADCC; }
span { border-color: rgb(96,173,204); }
td.TdClassName
{
border-color: #60ADCC;
}
.TagClassName
{
border-color: #60ADCC;
}
</style>