Shades of Picton Blue #609ACF
Tints of Picton Blue #609ACF
RGB
CMYK
RGB Variations
Color information
#609ACF (or 0x609ACF) is known color: Picton Blue. HEX triplet: 60, 9A and CF. RGB value is (96,154,207). Sum of RGB (Red+Green+Blue) = 96+154+207=457 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.01% from 457); Green value is 154 (60.55% from 255 or 33.70% from 457); Blue value is 207 (81.25% from 255 or 45.30% from 457); Max value from RGB is 207 - color contains mainly: blue. Hex color #609ACF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #609ACF is #9F6530. Grayscale: #8E8E8E. Windows color (decimal): -10446129 or 13605472. OLE color: 13605472.
HSL color Cylindrical-coordinate representation of color #609ACF: hue angle of 208.65º 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 #609ACF is Cyan = 0.54, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 154 | 207 | - |
| CMYK | 0.54 | 0.26 | 0 | 0.19 |
| HSL | 208.65º | 0.54% | 0.59% | - |
| HSV(B) | 208.65º | 0.54% | 0.81% | - |
| XYZ | 27.64 | 30.1 | 63.39 | - |
| YUV | 142.7 | 164.28 | 94.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 154 | 207 | 0.54 | 0.26 | 0 | 0.19 | 208.65 | 0.54 | 0.59 |
| Hex | 60 | 9A | CF | 36 | 1A | 0 | 13 | D1 | 36 | 3B |
| Octal | 140 | 232 | 317 | 66 | 32 | 0 | 23 | 321 | 66 | 73 |
| Binary | 1100000 | 10011010 | 11001111 | 110110 | 11010 | 0 | 10011 | 11010001 | 110110 | 111011 |
Color Harmonies of #609ACF
Complementary color
Monochromatic Colors of #609ACF
Black with #609ACF
Text Example
Text Example
White with #609ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609ACF; }
p { color: rgb(96,154,207); }
H1.HeaderClassName
{
color: #609ACF;
}
.AnyTagClassName
{
color: #609ACF;
}
</style>
background-color css
<style>
a { background-color: #609ACF; }
a { background-color: rgb(96,154,207); }
div.DivClassName
{
background-color: #609ACF;
}
.BgClassName
{
background-color: #609ACF;
}
</style>
border-color css
<style>
span { border-color: #609ACF; }
span { border-color: rgb(96,154,207); }
td.TdClassName
{
border-color: #609ACF;
}
.TagClassName
{
border-color: #609ACF;
}
</style>