Shades of Picton Blue #659FCC
Tints of Picton Blue #659FCC
RGB
CMYK
RGB Variations
Color information
#659FCC (or 0x659FCC) is known color: Picton Blue. HEX triplet: 65, 9F and CC. RGB value is (101,159,204). Sum of RGB (Red+Green+Blue) = 101+159+204=464 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.77% from 464); Green value is 159 (62.5% from 255 or 34.27% from 464); Blue value is 204 (80.08% from 255 or 43.97% from 464); Max value from RGB is 204 - color contains mainly: blue. Hex color #659FCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #659FCC is #9A6033. Grayscale: #929292. Windows color (decimal): -10117172 or 13410149. OLE color: 13410149.
HSL color Cylindrical-coordinate representation of color #659FCC: hue angle of 206.21º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #659FCC is Cyan = 0.50, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 101 | 159 | 204 | - |
| CMYK | 0.50 | 0.22 | 0 | 0.2 |
| HSL | 206.21º | 0.5% | 0.6% | - |
| HSV(B) | 206.21º | 0.5% | 0.8% | - |
| XYZ | 28.66 | 31.92 | 61.78 | - |
| YUV | 146.79 | 160.28 | 95.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 159 | 204 | 0.50 | 0.22 | 0 | 0.2 | 206.21 | 0.5 | 0.6 |
| Hex | 65 | 9F | CC | 32 | 16 | 0 | 14 | CE | 32 | 3C |
| Octal | 145 | 237 | 314 | 62 | 26 | 0 | 24 | 316 | 62 | 74 |
| Binary | 1100101 | 10011111 | 11001100 | 110010 | 10110 | 0 | 10100 | 11001110 | 110010 | 111100 |
Color Harmonies of #659FCC
Complementary color
Monochromatic Colors of #659FCC
Black with #659FCC
Text Example
Text Example
White with #659FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659FCC; }
p { color: rgb(101,159,204); }
H1.HeaderClassName
{
color: #659FCC;
}
.AnyTagClassName
{
color: #659FCC;
}
</style>
background-color css
<style>
a { background-color: #659FCC; }
a { background-color: rgb(101,159,204); }
div.DivClassName
{
background-color: #659FCC;
}
.BgClassName
{
background-color: #659FCC;
}
</style>
border-color css
<style>
span { border-color: #659FCC; }
span { border-color: rgb(101,159,204); }
td.TdClassName
{
border-color: #659FCC;
}
.TagClassName
{
border-color: #659FCC;
}
</style>