Shades of Picton Blue #609FDB
Tints of Picton Blue #609FDB
RGB
CMYK
RGB Variations
Color information
#609FDB (or 0x609FDB) is known color: Picton Blue. HEX triplet: 60, 9F and DB. RGB value is (96,159,219). Sum of RGB (Red+Green+Blue) = 96+159+219=474 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.25% from 474); Green value is 159 (62.5% from 255 or 33.54% from 474); Blue value is 219 (85.94% from 255 or 46.20% from 474); Max value from RGB is 219 - color contains mainly: blue. Hex color #609FDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #609FDB is #9F6024. Grayscale: #929292. Windows color (decimal): -10444837 or 14393184. OLE color: 14393184.
HSL color Cylindrical-coordinate representation of color #609FDB: hue angle of 209.27º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #609FDB is Cyan = 0.56, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 96 | 159 | 219 | - |
| CMYK | 0.56 | 0.27 | 0 | 0.14 |
| HSL | 209.27º | 0.63% | 0.62% | - |
| HSV(B) | 209.27º | 0.56% | 0.86% | - |
| XYZ | 30.01 | 32.4 | 71.69 | - |
| YUV | 147 | 168.63 | 91.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 159 | 219 | 0.56 | 0.27 | 0 | 0.14 | 209.27 | 0.63 | 0.62 |
| Hex | 60 | 9F | DB | 38 | 1B | 0 | E | D1 | 3F | 3E |
| Octal | 140 | 237 | 333 | 70 | 33 | 0 | 16 | 321 | 77 | 76 |
| Binary | 1100000 | 10011111 | 11011011 | 111000 | 11011 | 0 | 1110 | 11010001 | 111111 | 111110 |
Color Harmonies of #609FDB
Complementary color
Monochromatic Colors of #609FDB
Black with #609FDB
Text Example
Text Example
White with #609FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609FDB; }
p { color: rgb(96,159,219); }
H1.HeaderClassName
{
color: #609FDB;
}
.AnyTagClassName
{
color: #609FDB;
}
</style>
background-color css
<style>
a { background-color: #609FDB; }
a { background-color: rgb(96,159,219); }
div.DivClassName
{
background-color: #609FDB;
}
.BgClassName
{
background-color: #609FDB;
}
</style>
border-color css
<style>
span { border-color: #609FDB; }
span { border-color: rgb(96,159,219); }
td.TdClassName
{
border-color: #609FDB;
}
.TagClassName
{
border-color: #609FDB;
}
</style>