Shades of Picton Blue #60A3CF
Tints of Picton Blue #60A3CF
RGB
CMYK
RGB Variations
Color information
#60A3CF (or 0x60A3CF) is known color: Picton Blue. HEX triplet: 60, A3 and CF. RGB value is (96,163,207). Sum of RGB (Red+Green+Blue) = 96+163+207=466 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.60% from 466); Green value is 163 (64.06% from 255 or 34.98% from 466); Blue value is 207 (81.25% from 255 or 44.42% from 466); Max value from RGB is 207 - color contains mainly: blue. Hex color #60A3CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60A3CF is #9F5C30. Grayscale: #939393. Windows color (decimal): -10443825 or 13607776. OLE color: 13607776.
HSL color Cylindrical-coordinate representation of color #60A3CF: hue angle of 203.78º 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 #60A3CF is Cyan = 0.54, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 163 | 207 | - |
| CMYK | 0.54 | 0.21 | 0 | 0.19 |
| HSL | 203.78º | 0.54% | 0.59% | - |
| HSV(B) | 203.78º | 0.54% | 0.81% | - |
| XYZ | 29.18 | 33.19 | 63.9 | - |
| YUV | 147.98 | 161.3 | 90.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 163 | 207 | 0.54 | 0.21 | 0 | 0.19 | 203.78 | 0.54 | 0.59 |
| Hex | 60 | A3 | CF | 36 | 15 | 0 | 13 | CC | 36 | 3B |
| Octal | 140 | 243 | 317 | 66 | 25 | 0 | 23 | 314 | 66 | 73 |
| Binary | 1100000 | 10100011 | 11001111 | 110110 | 10101 | 0 | 10011 | 11001100 | 110110 | 111011 |
Color Harmonies of #60A3CF
Complementary color
Monochromatic Colors of #60A3CF
Black with #60A3CF
Text Example
Text Example
White with #60A3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60A3CF; }
p { color: rgb(96,163,207); }
H1.HeaderClassName
{
color: #60A3CF;
}
.AnyTagClassName
{
color: #60A3CF;
}
</style>
background-color css
<style>
a { background-color: #60A3CF; }
a { background-color: rgb(96,163,207); }
div.DivClassName
{
background-color: #60A3CF;
}
.BgClassName
{
background-color: #60A3CF;
}
</style>
border-color css
<style>
span { border-color: #60A3CF; }
span { border-color: rgb(96,163,207); }
td.TdClassName
{
border-color: #60A3CF;
}
.TagClassName
{
border-color: #60A3CF;
}
</style>