Shades of Picton Blue #609BC5
Tints of Picton Blue #609BC5
RGB
CMYK
RGB Variations
Color information
#609BC5 (or 0x609BC5) is known color: Picton Blue. HEX triplet: 60, 9B and C5. RGB value is (96,155,197). Sum of RGB (Red+Green+Blue) = 96+155+197=448 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.43% from 448); Green value is 155 (60.94% from 255 or 34.60% from 448); Blue value is 197 (77.34% from 255 or 43.97% from 448); Max value from RGB is 197 - color contains mainly: blue. Hex color #609BC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #609BC5 is #9F643A. Grayscale: #8D8D8D. Windows color (decimal): -10445883 or 12950368. OLE color: 12950368.
HSL color Cylindrical-coordinate representation of color #609BC5: hue angle of 204.95º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #609BC5 is Cyan = 0.51, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 96 | 155 | 197 | - |
| CMYK | 0.51 | 0.21 | 0 | 0.23 |
| HSL | 204.95º | 0.47% | 0.57% | - |
| HSV(B) | 204.95º | 0.51% | 0.77% | - |
| XYZ | 26.62 | 29.96 | 57.2 | - |
| YUV | 142.15 | 158.95 | 95.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 155 | 197 | 0.51 | 0.21 | 0 | 0.23 | 204.95 | 0.47 | 0.57 |
| Hex | 60 | 9B | C5 | 33 | 15 | 0 | 17 | CD | 2F | 39 |
| Octal | 140 | 233 | 305 | 63 | 25 | 0 | 27 | 315 | 57 | 71 |
| Binary | 1100000 | 10011011 | 11000101 | 110011 | 10101 | 0 | 10111 | 11001101 | 101111 | 111001 |
Color Harmonies of #609BC5
Complementary color
Monochromatic Colors of #609BC5
Black with #609BC5
Text Example
Text Example
White with #609BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609BC5; }
p { color: rgb(96,155,197); }
H1.HeaderClassName
{
color: #609BC5;
}
.AnyTagClassName
{
color: #609BC5;
}
</style>
background-color css
<style>
a { background-color: #609BC5; }
a { background-color: rgb(96,155,197); }
div.DivClassName
{
background-color: #609BC5;
}
.BgClassName
{
background-color: #609BC5;
}
</style>
border-color css
<style>
span { border-color: #609BC5; }
span { border-color: rgb(96,155,197); }
td.TdClassName
{
border-color: #609BC5;
}
.TagClassName
{
border-color: #609BC5;
}
</style>