Shades of Picton Blue #659DCD
Tints of Picton Blue #659DCD
RGB
CMYK
RGB Variations
Color information
#659DCD (or 0x659DCD) is known color: Picton Blue. HEX triplet: 65, 9D and CD. RGB value is (101,157,205). Sum of RGB (Red+Green+Blue) = 101+157+205=463 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.81% from 463); Green value is 157 (61.72% from 255 or 33.91% from 463); Blue value is 205 (80.47% from 255 or 44.28% from 463); Max value from RGB is 205 - color contains mainly: blue. Hex color #659DCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #659DCD is #9A6232. Grayscale: #919191. Windows color (decimal): -10117683 or 13475173. OLE color: 13475173.
HSL color Cylindrical-coordinate representation of color #659DCD: hue angle of 207.69º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #659DCD is Cyan = 0.51, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 101 | 157 | 205 | - |
| CMYK | 0.51 | 0.23 | 0 | 0.20 |
| HSL | 207.69º | 0.51% | 0.6% | - |
| HSV(B) | 207.69º | 0.51% | 0.8% | - |
| XYZ | 28.44 | 31.29 | 62.3 | - |
| YUV | 145.73 | 161.45 | 96.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 157 | 205 | 0.51 | 0.23 | 0 | 0.20 | 207.69 | 0.51 | 0.6 |
| Hex | 65 | 9D | CD | 33 | 17 | 0 | 14 | D0 | 33 | 3C |
| Octal | 145 | 235 | 315 | 63 | 27 | 0 | 24 | 320 | 63 | 74 |
| Binary | 1100101 | 10011101 | 11001101 | 110011 | 10111 | 0 | 10100 | 11010000 | 110011 | 111100 |
Color Harmonies of #659DCD
Complementary color
Monochromatic Colors of #659DCD
Black with #659DCD
Text Example
Text Example
White with #659DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659DCD; }
p { color: rgb(101,157,205); }
H1.HeaderClassName
{
color: #659DCD;
}
.AnyTagClassName
{
color: #659DCD;
}
</style>
background-color css
<style>
a { background-color: #659DCD; }
a { background-color: rgb(101,157,205); }
div.DivClassName
{
background-color: #659DCD;
}
.BgClassName
{
background-color: #659DCD;
}
</style>
border-color css
<style>
span { border-color: #659DCD; }
span { border-color: rgb(101,157,205); }
td.TdClassName
{
border-color: #659DCD;
}
.TagClassName
{
border-color: #659DCD;
}
</style>