Shades of Picton Blue #659ED7
Tints of Picton Blue #659ED7
RGB
CMYK
RGB Variations
Color information
#659ED7 (or 0x659ED7) is known color: Picton Blue. HEX triplet: 65, 9E and D7. RGB value is (101,158,215). Sum of RGB (Red+Green+Blue) = 101+158+215=474 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.31% from 474); Green value is 158 (62.11% from 255 or 33.33% from 474); Blue value is 215 (84.38% from 255 or 45.36% from 474); Max value from RGB is 215 - color contains mainly: blue. Hex color #659ED7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #659ED7 is #9A6128. Grayscale: #939393. Windows color (decimal): -10117417 or 14130789. OLE color: 14130789.
HSL color Cylindrical-coordinate representation of color #659ED7: hue angle of 210º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #659ED7 is Cyan = 0.53, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 101 | 158 | 215 | - |
| CMYK | 0.53 | 0.27 | 0 | 0.16 |
| HSL | 210º | 0.59% | 0.62% | - |
| HSV(B) | 210º | 0.53% | 0.84% | - |
| XYZ | 29.86 | 32.13 | 68.92 | - |
| YUV | 147.46 | 166.12 | 94.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 158 | 215 | 0.53 | 0.27 | 0 | 0.16 | 210 | 0.59 | 0.62 |
| Hex | 65 | 9E | D7 | 35 | 1B | 0 | 10 | D2 | 3B | 3E |
| Octal | 145 | 236 | 327 | 65 | 33 | 0 | 20 | 322 | 73 | 76 |
| Binary | 1100101 | 10011110 | 11010111 | 110101 | 11011 | 0 | 10000 | 11010010 | 111011 | 111110 |
Color Harmonies of #659ED7
Complementary color
Monochromatic Colors of #659ED7
Black with #659ED7
Text Example
Text Example
White with #659ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659ED7; }
p { color: rgb(101,158,215); }
H1.HeaderClassName
{
color: #659ED7;
}
.AnyTagClassName
{
color: #659ED7;
}
</style>
background-color css
<style>
a { background-color: #659ED7; }
a { background-color: rgb(101,158,215); }
div.DivClassName
{
background-color: #659ED7;
}
.BgClassName
{
background-color: #659ED7;
}
</style>
border-color css
<style>
span { border-color: #659ED7; }
span { border-color: rgb(101,158,215); }
td.TdClassName
{
border-color: #659ED7;
}
.TagClassName
{
border-color: #659ED7;
}
</style>