Shades of Picton Blue #609ECF
Tints of Picton Blue #609ECF
RGB
CMYK
RGB Variations
Color information
#609ECF (or 0x609ECF) is known color: Picton Blue. HEX triplet: 60, 9E and CF. RGB value is (96,158,207). Sum of RGB (Red+Green+Blue) = 96+158+207=461 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.82% from 461); Green value is 158 (62.11% from 255 or 34.27% from 461); Blue value is 207 (81.25% from 255 or 44.90% from 461); Max value from RGB is 207 - color contains mainly: blue. Hex color #609ECF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #609ECF is #9F6130. Grayscale: #909090. Windows color (decimal): -10445105 or 13606496. OLE color: 13606496.
HSL color Cylindrical-coordinate representation of color #609ECF: hue angle of 206.49º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #609ECF is Cyan = 0.54, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 158 | 207 | - |
| CMYK | 0.54 | 0.24 | 0 | 0.19 |
| HSL | 206.49º | 0.54% | 0.59% | - |
| HSV(B) | 206.49º | 0.54% | 0.81% | - |
| XYZ | 28.31 | 31.45 | 63.61 | - |
| YUV | 145.05 | 162.96 | 93.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 158 | 207 | 0.54 | 0.24 | 0 | 0.19 | 206.49 | 0.54 | 0.59 |
| Hex | 60 | 9E | CF | 36 | 18 | 0 | 13 | CE | 36 | 3B |
| Octal | 140 | 236 | 317 | 66 | 30 | 0 | 23 | 316 | 66 | 73 |
| Binary | 1100000 | 10011110 | 11001111 | 110110 | 11000 | 0 | 10011 | 11001110 | 110110 | 111011 |
Color Harmonies of #609ECF
Complementary color
Monochromatic Colors of #609ECF
Black with #609ECF
Text Example
Text Example
White with #609ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609ECF; }
p { color: rgb(96,158,207); }
H1.HeaderClassName
{
color: #609ECF;
}
.AnyTagClassName
{
color: #609ECF;
}
</style>
background-color css
<style>
a { background-color: #609ECF; }
a { background-color: rgb(96,158,207); }
div.DivClassName
{
background-color: #609ECF;
}
.BgClassName
{
background-color: #609ECF;
}
</style>
border-color css
<style>
span { border-color: #609ECF; }
span { border-color: rgb(96,158,207); }
td.TdClassName
{
border-color: #609ECF;
}
.TagClassName
{
border-color: #609ECF;
}
</style>