Shades of Picton Blue #609EE0
Tints of Picton Blue #609EE0
RGB
CMYK
RGB Variations
Color information
#609EE0 (or 0x609EE0) is known color: Picton Blue. HEX triplet: 60, 9E and E0. RGB value is (96,158,224). Sum of RGB (Red+Green+Blue) = 96+158+224=478 (63% of max value = 765). Red value is 96 (37.89% from 255 or 20.08% from 478); Green value is 158 (62.11% from 255 or 33.05% from 478); Blue value is 224 (87.89% from 255 or 46.86% from 478); Max value from RGB is 224 - color contains mainly: blue. Hex color #609EE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #609EE0 is #9F611F. Grayscale: #929292. Windows color (decimal): -10445088 or 14720608. OLE color: 14720608.
HSL color Cylindrical-coordinate representation of color #609EE0: hue angle of 210.94º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #609EE0 is Cyan = 0.57, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 96 | 158 | 224 | - |
| CMYK | 0.57 | 0.29 | 0 | 0.12 |
| HSL | 210.94º | 0.67% | 0.63% | - |
| HSV(B) | 210.94º | 0.57% | 0.88% | - |
| XYZ | 30.51 | 32.32 | 75.15 | - |
| YUV | 146.99 | 171.46 | 91.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 158 | 224 | 0.57 | 0.29 | 0 | 0.12 | 210.94 | 0.67 | 0.63 |
| Hex | 60 | 9E | E0 | 39 | 1D | 0 | C | D3 | 43 | 3F |
| Octal | 140 | 236 | 340 | 71 | 35 | 0 | 14 | 323 | 103 | 77 |
| Binary | 1100000 | 10011110 | 11100000 | 111001 | 11101 | 0 | 1100 | 11010011 | 1000011 | 111111 |
Color Harmonies of #609EE0
Complementary color
Monochromatic Colors of #609EE0
Black with #609EE0
Text Example
Text Example
White with #609EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609EE0; }
p { color: rgb(96,158,224); }
H1.HeaderClassName
{
color: #609EE0;
}
.AnyTagClassName
{
color: #609EE0;
}
</style>
background-color css
<style>
a { background-color: #609EE0; }
a { background-color: rgb(96,158,224); }
div.DivClassName
{
background-color: #609EE0;
}
.BgClassName
{
background-color: #609EE0;
}
</style>
border-color css
<style>
span { border-color: #609EE0; }
span { border-color: rgb(96,158,224); }
td.TdClassName
{
border-color: #609EE0;
}
.TagClassName
{
border-color: #609EE0;
}
</style>