Shades of Picton Blue #609BD6
Tints of Picton Blue #609BD6
RGB
CMYK
RGB Variations
Color information
#609BD6 (or 0x609BD6) is known color: Picton Blue. HEX triplet: 60, 9B and D6. RGB value is (96,155,214). Sum of RGB (Red+Green+Blue) = 96+155+214=465 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.65% from 465); Green value is 155 (60.94% from 255 or 33.33% from 465); Blue value is 214 (83.98% from 255 or 46.02% from 465); Max value from RGB is 214 - color contains mainly: blue. Hex color #609BD6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #609BD6 is #9F6429. Grayscale: #8F8F8F. Windows color (decimal): -10445866 or 14064480. OLE color: 14064480.
HSL color Cylindrical-coordinate representation of color #609BD6: hue angle of 210º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #609BD6 is Cyan = 0.55, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 96 | 155 | 214 | - |
| CMYK | 0.55 | 0.28 | 0 | 0.16 |
| HSL | 210º | 0.59% | 0.61% | - |
| HSV(B) | 210º | 0.55% | 0.84% | - |
| XYZ | 28.68 | 30.78 | 68.05 | - |
| YUV | 144.09 | 167.45 | 93.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 155 | 214 | 0.55 | 0.28 | 0 | 0.16 | 210 | 0.59 | 0.61 |
| Hex | 60 | 9B | D6 | 37 | 1C | 0 | 10 | D2 | 3B | 3D |
| Octal | 140 | 233 | 326 | 67 | 34 | 0 | 20 | 322 | 73 | 75 |
| Binary | 1100000 | 10011011 | 11010110 | 110111 | 11100 | 0 | 10000 | 11010010 | 111011 | 111101 |
Color Harmonies of #609BD6
Complementary color
Monochromatic Colors of #609BD6
Black with #609BD6
Text Example
Text Example
White with #609BD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609BD6; }
p { color: rgb(96,155,214); }
H1.HeaderClassName
{
color: #609BD6;
}
.AnyTagClassName
{
color: #609BD6;
}
</style>
background-color css
<style>
a { background-color: #609BD6; }
a { background-color: rgb(96,155,214); }
div.DivClassName
{
background-color: #609BD6;
}
.BgClassName
{
background-color: #609BD6;
}
</style>
border-color css
<style>
span { border-color: #609BD6; }
span { border-color: rgb(96,155,214); }
td.TdClassName
{
border-color: #609BD6;
}
.TagClassName
{
border-color: #609BD6;
}
</style>