Shades of Picton Blue #609FDE
Tints of Picton Blue #609FDE
RGB
CMYK
RGB Variations
Color information
#609FDE (or 0x609FDE) is known color: Picton Blue. HEX triplet: 60, 9F and DE. RGB value is (96,159,222). Sum of RGB (Red+Green+Blue) = 96+159+222=477 (63% of max value = 765). Red value is 96 (37.89% from 255 or 20.13% from 477); Green value is 159 (62.5% from 255 or 33.33% from 477); Blue value is 222 (87.11% from 255 or 46.54% from 477); Max value from RGB is 222 - color contains mainly: blue. Hex color #609FDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #609FDE is #9F6021. Grayscale: #939393. Windows color (decimal): -10444834 or 14589792. OLE color: 14589792.
HSL color Cylindrical-coordinate representation of color #609FDE: hue angle of 210º degrees, saturation: 0.66, 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 #609FDE is Cyan = 0.57, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 159 | 222 | - |
| CMYK | 0.57 | 0.28 | 0 | 0.13 |
| HSL | 210º | 0.66% | 0.62% | - |
| HSV(B) | 210º | 0.57% | 0.87% | - |
| XYZ | 30.41 | 32.56 | 73.79 | - |
| YUV | 147.35 | 170.13 | 91.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 159 | 222 | 0.57 | 0.28 | 0 | 0.13 | 210 | 0.66 | 0.62 |
| Hex | 60 | 9F | DE | 39 | 1C | 0 | D | D2 | 42 | 3E |
| Octal | 140 | 237 | 336 | 71 | 34 | 0 | 15 | 322 | 102 | 76 |
| Binary | 1100000 | 10011111 | 11011110 | 111001 | 11100 | 0 | 1101 | 11010010 | 1000010 | 111110 |
Color Harmonies of #609FDE
Complementary color
Monochromatic Colors of #609FDE
Black with #609FDE
Text Example
Text Example
White with #609FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609FDE; }
p { color: rgb(96,159,222); }
H1.HeaderClassName
{
color: #609FDE;
}
.AnyTagClassName
{
color: #609FDE;
}
</style>
background-color css
<style>
a { background-color: #609FDE; }
a { background-color: rgb(96,159,222); }
div.DivClassName
{
background-color: #609FDE;
}
.BgClassName
{
background-color: #609FDE;
}
</style>
border-color css
<style>
span { border-color: #609FDE; }
span { border-color: rgb(96,159,222); }
td.TdClassName
{
border-color: #609FDE;
}
.TagClassName
{
border-color: #609FDE;
}
</style>