Shades of Picton Blue #609BCD
Tints of Picton Blue #609BCD
RGB
CMYK
RGB Variations
Color information
#609BCD (or 0x609BCD) is known color: Picton Blue. HEX triplet: 60, 9B and CD. RGB value is (96,155,205). Sum of RGB (Red+Green+Blue) = 96+155+205=456 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.05% from 456); Green value is 155 (60.94% from 255 or 33.99% from 456); Blue value is 205 (80.47% from 255 or 44.96% from 456); Max value from RGB is 205 - color contains mainly: blue. Hex color #609BCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #609BCD is #9F6432. Grayscale: #8E8E8E. Windows color (decimal): -10445875 or 13474656. OLE color: 13474656.
HSL color Cylindrical-coordinate representation of color #609BCD: hue angle of 207.52º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #609BCD is Cyan = 0.53, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 96 | 155 | 205 | - |
| CMYK | 0.53 | 0.24 | 0 | 0.20 |
| HSL | 207.52º | 0.52% | 0.59% | - |
| HSV(B) | 207.52º | 0.53% | 0.8% | - |
| XYZ | 27.56 | 30.34 | 62.16 | - |
| YUV | 143.06 | 162.95 | 94.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 155 | 205 | 0.53 | 0.24 | 0 | 0.20 | 207.52 | 0.52 | 0.59 |
| Hex | 60 | 9B | CD | 35 | 18 | 0 | 14 | D0 | 34 | 3B |
| Octal | 140 | 233 | 315 | 65 | 30 | 0 | 24 | 320 | 64 | 73 |
| Binary | 1100000 | 10011011 | 11001101 | 110101 | 11000 | 0 | 10100 | 11010000 | 110100 | 111011 |
Color Harmonies of #609BCD
Complementary color
Monochromatic Colors of #609BCD
Black with #609BCD
Text Example
Text Example
White with #609BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609BCD; }
p { color: rgb(96,155,205); }
H1.HeaderClassName
{
color: #609BCD;
}
.AnyTagClassName
{
color: #609BCD;
}
</style>
background-color css
<style>
a { background-color: #609BCD; }
a { background-color: rgb(96,155,205); }
div.DivClassName
{
background-color: #609BCD;
}
.BgClassName
{
background-color: #609BCD;
}
</style>
border-color css
<style>
span { border-color: #609BCD; }
span { border-color: rgb(96,155,205); }
td.TdClassName
{
border-color: #609BCD;
}
.TagClassName
{
border-color: #609BCD;
}
</style>