Shades of Picton Blue #609BD4
Tints of Picton Blue #609BD4
RGB
CMYK
RGB Variations
Color information
#609BD4 (or 0x609BD4) is known color: Picton Blue. HEX triplet: 60, 9B and D4. RGB value is (96,155,212). Sum of RGB (Red+Green+Blue) = 96+155+212=463 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.73% from 463); Green value is 155 (60.94% from 255 or 33.48% from 463); Blue value is 212 (83.20% from 255 or 45.79% from 463); Max value from RGB is 212 - color contains mainly: blue. Hex color #609BD4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #609BD4 is #9F642B. Grayscale: #8F8F8F. Windows color (decimal): -10445868 or 13933408. OLE color: 13933408.
HSL color Cylindrical-coordinate representation of color #609BD4: hue angle of 209.48º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #609BD4 is Cyan = 0.55, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 96 | 155 | 212 | - |
| CMYK | 0.55 | 0.27 | 0 | 0.17 |
| HSL | 209.48º | 0.57% | 0.6% | - |
| HSV(B) | 209.48º | 0.55% | 0.83% | - |
| XYZ | 28.43 | 30.68 | 66.71 | - |
| YUV | 143.86 | 166.45 | 93.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 155 | 212 | 0.55 | 0.27 | 0 | 0.17 | 209.48 | 0.57 | 0.6 |
| Hex | 60 | 9B | D4 | 37 | 1B | 0 | 11 | D1 | 39 | 3C |
| Octal | 140 | 233 | 324 | 67 | 33 | 0 | 21 | 321 | 71 | 74 |
| Binary | 1100000 | 10011011 | 11010100 | 110111 | 11011 | 0 | 10001 | 11010001 | 111001 | 111100 |
Color Harmonies of #609BD4
Complementary color
Monochromatic Colors of #609BD4
Black with #609BD4
Text Example
Text Example
White with #609BD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609BD4; }
p { color: rgb(96,155,212); }
H1.HeaderClassName
{
color: #609BD4;
}
.AnyTagClassName
{
color: #609BD4;
}
</style>
background-color css
<style>
a { background-color: #609BD4; }
a { background-color: rgb(96,155,212); }
div.DivClassName
{
background-color: #609BD4;
}
.BgClassName
{
background-color: #609BD4;
}
</style>
border-color css
<style>
span { border-color: #609BD4; }
span { border-color: rgb(96,155,212); }
td.TdClassName
{
border-color: #609BD4;
}
.TagClassName
{
border-color: #609BD4;
}
</style>