Shades of Picton Blue #659BCD
Tints of Picton Blue #659BCD
RGB
CMYK
RGB Variations
Color information
#659BCD (or 0x659BCD) is known color: Picton Blue. HEX triplet: 65, 9B and CD. RGB value is (101,155,205). Sum of RGB (Red+Green+Blue) = 101+155+205=461 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.91% from 461); Green value is 155 (60.94% from 255 or 33.62% from 461); Blue value is 205 (80.47% from 255 or 44.47% from 461); Max value from RGB is 205 - color contains mainly: blue. Hex color #659BCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #659BCD is #9A6432. Grayscale: #909090. Windows color (decimal): -10118195 or 13474661. OLE color: 13474661.
HSL color Cylindrical-coordinate representation of color #659BCD: hue angle of 208.85º 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 #659BCD is Cyan = 0.51, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 101 | 155 | 205 | - |
| CMYK | 0.51 | 0.24 | 0 | 0.20 |
| HSL | 208.85º | 0.51% | 0.6% | - |
| HSV(B) | 208.85º | 0.51% | 0.8% | - |
| XYZ | 28.11 | 30.62 | 62.19 | - |
| YUV | 144.55 | 162.11 | 96.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 155 | 205 | 0.51 | 0.24 | 0 | 0.20 | 208.85 | 0.51 | 0.6 |
| Hex | 65 | 9B | CD | 33 | 18 | 0 | 14 | D1 | 33 | 3C |
| Octal | 145 | 233 | 315 | 63 | 30 | 0 | 24 | 321 | 63 | 74 |
| Binary | 1100101 | 10011011 | 11001101 | 110011 | 11000 | 0 | 10100 | 11010001 | 110011 | 111100 |
Color Harmonies of #659BCD
Complementary color
Monochromatic Colors of #659BCD
Black with #659BCD
Text Example
Text Example
White with #659BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659BCD; }
p { color: rgb(101,155,205); }
H1.HeaderClassName
{
color: #659BCD;
}
.AnyTagClassName
{
color: #659BCD;
}
</style>
background-color css
<style>
a { background-color: #659BCD; }
a { background-color: rgb(101,155,205); }
div.DivClassName
{
background-color: #659BCD;
}
.BgClassName
{
background-color: #659BCD;
}
</style>
border-color css
<style>
span { border-color: #659BCD; }
span { border-color: rgb(101,155,205); }
td.TdClassName
{
border-color: #659BCD;
}
.TagClassName
{
border-color: #659BCD;
}
</style>