Shades of Picton Blue #609FDD
Tints of Picton Blue #609FDD
RGB
CMYK
RGB Variations
Color information
#609FDD (or 0x609FDD) is known color: Picton Blue. HEX triplet: 60, 9F and DD. RGB value is (96,159,221). Sum of RGB (Red+Green+Blue) = 96+159+221=476 (63% of max value = 765). Red value is 96 (37.89% from 255 or 20.17% from 476); Green value is 159 (62.5% from 255 or 33.40% from 476); Blue value is 221 (86.72% from 255 or 46.43% from 476); Max value from RGB is 221 - color contains mainly: blue. Hex color #609FDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #609FDD is #9F6022. Grayscale: #929292. Windows color (decimal): -10444835 or 14524256. OLE color: 14524256.
HSL color Cylindrical-coordinate representation of color #609FDD: hue angle of 209.76º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #609FDD is Cyan = 0.57, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 159 | 221 | - |
| CMYK | 0.57 | 0.28 | 0 | 0.13 |
| HSL | 209.76º | 0.65% | 0.62% | - |
| HSV(B) | 209.76º | 0.57% | 0.87% | - |
| XYZ | 30.27 | 32.5 | 73.08 | - |
| YUV | 147.23 | 169.63 | 91.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 159 | 221 | 0.57 | 0.28 | 0 | 0.13 | 209.76 | 0.65 | 0.62 |
| Hex | 60 | 9F | DD | 39 | 1C | 0 | D | D2 | 41 | 3E |
| Octal | 140 | 237 | 335 | 71 | 34 | 0 | 15 | 322 | 101 | 76 |
| Binary | 1100000 | 10011111 | 11011101 | 111001 | 11100 | 0 | 1101 | 11010010 | 1000001 | 111110 |
Color Harmonies of #609FDD
Complementary color
Monochromatic Colors of #609FDD
Black with #609FDD
Text Example
Text Example
White with #609FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609FDD; }
p { color: rgb(96,159,221); }
H1.HeaderClassName
{
color: #609FDD;
}
.AnyTagClassName
{
color: #609FDD;
}
</style>
background-color css
<style>
a { background-color: #609FDD; }
a { background-color: rgb(96,159,221); }
div.DivClassName
{
background-color: #609FDD;
}
.BgClassName
{
background-color: #609FDD;
}
</style>
border-color css
<style>
span { border-color: #609FDD; }
span { border-color: rgb(96,159,221); }
td.TdClassName
{
border-color: #609FDD;
}
.TagClassName
{
border-color: #609FDD;
}
</style>