Shades of Picton Blue #659DC9
Tints of Picton Blue #659DC9
RGB
CMYK
RGB Variations
Color information
#659DC9 (or 0x659DC9) is known color: Picton Blue. HEX triplet: 65, 9D and C9. RGB value is (101,157,201). Sum of RGB (Red+Green+Blue) = 101+157+201=459 (60% of max value = 765). Red value is 101 (39.84% from 255 or 22.00% from 459); Green value is 157 (61.72% from 255 or 34.20% from 459); Blue value is 201 (78.91% from 255 or 43.79% from 459); Max value from RGB is 201 - color contains mainly: blue. Hex color #659DC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #659DC9 is #9A6236. Grayscale: #919191. Windows color (decimal): -10117687 or 13213029. OLE color: 13213029.
HSL color Cylindrical-coordinate representation of color #659DC9: hue angle of 206.4º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #659DC9 is Cyan = 0.50, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 101 | 157 | 201 | - |
| CMYK | 0.50 | 0.22 | 0 | 0.21 |
| HSL | 206.4º | 0.48% | 0.59% | - |
| HSV(B) | 206.4º | 0.5% | 0.79% | - |
| XYZ | 27.97 | 31.1 | 59.79 | - |
| YUV | 145.27 | 159.45 | 96.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 157 | 201 | 0.50 | 0.22 | 0 | 0.21 | 206.4 | 0.48 | 0.59 |
| Hex | 65 | 9D | C9 | 32 | 16 | 0 | 15 | CE | 30 | 3B |
| Octal | 145 | 235 | 311 | 62 | 26 | 0 | 25 | 316 | 60 | 73 |
| Binary | 1100101 | 10011101 | 11001001 | 110010 | 10110 | 0 | 10101 | 11001110 | 110000 | 111011 |
Color Harmonies of #659DC9
Complementary color
Monochromatic Colors of #659DC9
Black with #659DC9
Text Example
Text Example
White with #659DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659DC9; }
p { color: rgb(101,157,201); }
H1.HeaderClassName
{
color: #659DC9;
}
.AnyTagClassName
{
color: #659DC9;
}
</style>
background-color css
<style>
a { background-color: #659DC9; }
a { background-color: rgb(101,157,201); }
div.DivClassName
{
background-color: #659DC9;
}
.BgClassName
{
background-color: #659DC9;
}
</style>
border-color css
<style>
span { border-color: #659DC9; }
span { border-color: rgb(101,157,201); }
td.TdClassName
{
border-color: #659DC9;
}
.TagClassName
{
border-color: #659DC9;
}
</style>