Shades of Picton Blue #60A4CF
Tints of Picton Blue #60A4CF
RGB
CMYK
RGB Variations
Color information
#60A4CF (or 0x60A4CF) is known color: Picton Blue. HEX triplet: 60, A4 and CF. RGB value is (96,164,207). Sum of RGB (Red+Green+Blue) = 96+164+207=467 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.56% from 467); Green value is 164 (64.45% from 255 or 35.12% from 467); Blue value is 207 (81.25% from 255 or 44.33% from 467); Max value from RGB is 207 - color contains mainly: blue. Hex color #60A4CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60A4CF is #9F5B30. Grayscale: #949494. Windows color (decimal): -10443569 or 13608032. OLE color: 13608032.
HSL color Cylindrical-coordinate representation of color #60A4CF: hue angle of 203.24º 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 #60A4CF is Cyan = 0.54, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 164 | 207 | - |
| CMYK | 0.54 | 0.21 | 0 | 0.19 |
| HSL | 203.24º | 0.54% | 0.59% | - |
| HSV(B) | 203.24º | 0.54% | 0.81% | - |
| XYZ | 29.36 | 33.54 | 63.96 | - |
| YUV | 148.57 | 160.97 | 90.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 164 | 207 | 0.54 | 0.21 | 0 | 0.19 | 203.24 | 0.54 | 0.59 |
| Hex | 60 | A4 | CF | 36 | 15 | 0 | 13 | CB | 36 | 3B |
| Octal | 140 | 244 | 317 | 66 | 25 | 0 | 23 | 313 | 66 | 73 |
| Binary | 1100000 | 10100100 | 11001111 | 110110 | 10101 | 0 | 10011 | 11001011 | 110110 | 111011 |
Color Harmonies of #60A4CF
Complementary color
Monochromatic Colors of #60A4CF
Black with #60A4CF
Text Example
Text Example
White with #60A4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60A4CF; }
p { color: rgb(96,164,207); }
H1.HeaderClassName
{
color: #60A4CF;
}
.AnyTagClassName
{
color: #60A4CF;
}
</style>
background-color css
<style>
a { background-color: #60A4CF; }
a { background-color: rgb(96,164,207); }
div.DivClassName
{
background-color: #60A4CF;
}
.BgClassName
{
background-color: #60A4CF;
}
</style>
border-color css
<style>
span { border-color: #60A4CF; }
span { border-color: rgb(96,164,207); }
td.TdClassName
{
border-color: #60A4CF;
}
.TagClassName
{
border-color: #60A4CF;
}
</style>