Shades of Picton Blue #609FDF
Tints of Picton Blue #609FDF
RGB
CMYK
RGB Variations
Color information
#609FDF (or 0x609FDF) is known color: Picton Blue. HEX triplet: 60, 9F and DF. RGB value is (96,159,223). Sum of RGB (Red+Green+Blue) = 96+159+223=478 (63% of max value = 765). Red value is 96 (37.89% from 255 or 20.08% from 478); Green value is 159 (62.5% from 255 or 33.26% from 478); Blue value is 223 (87.5% from 255 or 46.65% from 478); Max value from RGB is 223 - color contains mainly: blue. Hex color #609FDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #609FDF is #9F6020. Grayscale: #939393. Windows color (decimal): -10444833 or 14655328. OLE color: 14655328.
HSL color Cylindrical-coordinate representation of color #609FDF: hue angle of 210.24º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #609FDF is Cyan = 0.57, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 159 | 223 | - |
| CMYK | 0.57 | 0.29 | 0 | 0.13 |
| HSL | 210.24º | 0.66% | 0.63% | - |
| HSV(B) | 210.24º | 0.57% | 0.87% | - |
| XYZ | 30.54 | 32.61 | 74.5 | - |
| YUV | 147.46 | 170.63 | 91.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 159 | 223 | 0.57 | 0.29 | 0 | 0.13 | 210.24 | 0.66 | 0.63 |
| Hex | 60 | 9F | DF | 39 | 1D | 0 | D | D2 | 42 | 3F |
| Octal | 140 | 237 | 337 | 71 | 35 | 0 | 15 | 322 | 102 | 77 |
| Binary | 1100000 | 10011111 | 11011111 | 111001 | 11101 | 0 | 1101 | 11010010 | 1000010 | 111111 |
Color Harmonies of #609FDF
Complementary color
Monochromatic Colors of #609FDF
Black with #609FDF
Text Example
Text Example
White with #609FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609FDF; }
p { color: rgb(96,159,223); }
H1.HeaderClassName
{
color: #609FDF;
}
.AnyTagClassName
{
color: #609FDF;
}
</style>
background-color css
<style>
a { background-color: #609FDF; }
a { background-color: rgb(96,159,223); }
div.DivClassName
{
background-color: #609FDF;
}
.BgClassName
{
background-color: #609FDF;
}
</style>
border-color css
<style>
span { border-color: #609FDF; }
span { border-color: rgb(96,159,223); }
td.TdClassName
{
border-color: #609FDF;
}
.TagClassName
{
border-color: #609FDF;
}
</style>