Shades of Picton Blue #60ADCF
Tints of Picton Blue #60ADCF
RGB
CMYK
RGB Variations
Color information
#60ADCF (or 0x60ADCF) is known color: Picton Blue. HEX triplet: 60, AD and CF. RGB value is (96,173,207). Sum of RGB (Red+Green+Blue) = 96+173+207=476 (63% of max value = 765). Red value is 96 (37.89% from 255 or 20.17% from 476); Green value is 173 (67.97% from 255 or 36.34% from 476); Blue value is 207 (81.25% from 255 or 43.49% from 476); Max value from RGB is 207 - color contains mainly: blue. Hex color #60ADCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60ADCF is #9F5230. Grayscale: #999999. Windows color (decimal): -10441265 or 13610336. OLE color: 13610336.
HSL color Cylindrical-coordinate representation of color #60ADCF: hue angle of 198.38º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #60ADCF is Cyan = 0.54, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 173 | 207 | - |
| CMYK | 0.54 | 0.16 | 0 | 0.19 |
| HSL | 198.38º | 0.54% | 0.59% | - |
| HSV(B) | 198.38º | 0.54% | 0.81% | - |
| XYZ | 31.03 | 36.88 | 64.51 | - |
| YUV | 153.85 | 157.99 | 86.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 173 | 207 | 0.54 | 0.16 | 0 | 0.19 | 198.38 | 0.54 | 0.59 |
| Hex | 60 | AD | CF | 36 | 10 | 0 | 13 | C6 | 36 | 3B |
| Octal | 140 | 255 | 317 | 66 | 20 | 0 | 23 | 306 | 66 | 73 |
| Binary | 1100000 | 10101101 | 11001111 | 110110 | 10000 | 0 | 10011 | 11000110 | 110110 | 111011 |
Color Harmonies of #60ADCF
Complementary color
Monochromatic Colors of #60ADCF
Black with #60ADCF
Text Example
Text Example
White with #60ADCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60ADCF; }
p { color: rgb(96,173,207); }
H1.HeaderClassName
{
color: #60ADCF;
}
.AnyTagClassName
{
color: #60ADCF;
}
</style>
background-color css
<style>
a { background-color: #60ADCF; }
a { background-color: rgb(96,173,207); }
div.DivClassName
{
background-color: #60ADCF;
}
.BgClassName
{
background-color: #60ADCF;
}
</style>
border-color css
<style>
span { border-color: #60ADCF; }
span { border-color: rgb(96,173,207); }
td.TdClassName
{
border-color: #60ADCF;
}
.TagClassName
{
border-color: #60ADCF;
}
</style>