Shades of Picton Blue #659DCB
Tints of Picton Blue #659DCB
RGB
CMYK
RGB Variations
Color information
#659DCB (or 0x659DCB) is known color: Picton Blue. HEX triplet: 65, 9D and CB. RGB value is (101,157,203). Sum of RGB (Red+Green+Blue) = 101+157+203=461 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.91% from 461); Green value is 157 (61.72% from 255 or 34.06% from 461); Blue value is 203 (79.69% from 255 or 44.03% from 461); Max value from RGB is 203 - color contains mainly: blue. Hex color #659DCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #659DCB is #9A6234. Grayscale: #919191. Windows color (decimal): -10117685 or 13344101. OLE color: 13344101.
HSL color Cylindrical-coordinate representation of color #659DCB: hue angle of 207.06º 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 #659DCB is Cyan = 0.50, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 101 | 157 | 203 | - |
| CMYK | 0.50 | 0.23 | 0 | 0.20 |
| HSL | 207.06º | 0.5% | 0.6% | - |
| HSV(B) | 207.06º | 0.5% | 0.8% | - |
| XYZ | 28.2 | 31.19 | 61.03 | - |
| YUV | 145.5 | 160.45 | 96.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 157 | 203 | 0.50 | 0.23 | 0 | 0.20 | 207.06 | 0.5 | 0.6 |
| Hex | 65 | 9D | CB | 32 | 17 | 0 | 14 | CF | 32 | 3C |
| Octal | 145 | 235 | 313 | 62 | 27 | 0 | 24 | 317 | 62 | 74 |
| Binary | 1100101 | 10011101 | 11001011 | 110010 | 10111 | 0 | 10100 | 11001111 | 110010 | 111100 |
Color Harmonies of #659DCB
Complementary color
Monochromatic Colors of #659DCB
Black with #659DCB
Text Example
Text Example
White with #659DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659DCB; }
p { color: rgb(101,157,203); }
H1.HeaderClassName
{
color: #659DCB;
}
.AnyTagClassName
{
color: #659DCB;
}
</style>
background-color css
<style>
a { background-color: #659DCB; }
a { background-color: rgb(101,157,203); }
div.DivClassName
{
background-color: #659DCB;
}
.BgClassName
{
background-color: #659DCB;
}
</style>
border-color css
<style>
span { border-color: #659DCB; }
span { border-color: rgb(101,157,203); }
td.TdClassName
{
border-color: #659DCB;
}
.TagClassName
{
border-color: #659DCB;
}
</style>