Shades of Picton Blue #659BDB
Tints of Picton Blue #659BDB
RGB
CMYK
RGB Variations
Color information
#659BDB (or 0x659BDB) is known color: Picton Blue. HEX triplet: 65, 9B and DB. RGB value is (101,155,219). Sum of RGB (Red+Green+Blue) = 101+155+219=475 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.26% from 475); Green value is 155 (60.94% from 255 or 32.63% from 475); Blue value is 219 (85.94% from 255 or 46.11% from 475); Max value from RGB is 219 - color contains mainly: blue. Hex color #659BDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #659BDB is #9A6424. Grayscale: #919191. Windows color (decimal): -10118181 or 14392165. OLE color: 14392165.
HSL color Cylindrical-coordinate representation of color #659BDB: hue angle of 212.54º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #659BDB is Cyan = 0.54, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 155 | 219 | - |
| CMYK | 0.54 | 0.29 | 0 | 0.14 |
| HSL | 212.54º | 0.62% | 0.63% | - |
| HSV(B) | 212.54º | 0.54% | 0.86% | - |
| XYZ | 29.87 | 31.32 | 71.49 | - |
| YUV | 146.15 | 169.11 | 95.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 155 | 219 | 0.54 | 0.29 | 0 | 0.14 | 212.54 | 0.62 | 0.63 |
| Hex | 65 | 9B | DB | 36 | 1D | 0 | E | D5 | 3E | 3F |
| Octal | 145 | 233 | 333 | 66 | 35 | 0 | 16 | 325 | 76 | 77 |
| Binary | 1100101 | 10011011 | 11011011 | 110110 | 11101 | 0 | 1110 | 11010101 | 111110 | 111111 |
Color Harmonies of #659BDB
Complementary color
Monochromatic Colors of #659BDB
Black with #659BDB
Text Example
Text Example
White with #659BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659BDB; }
p { color: rgb(101,155,219); }
H1.HeaderClassName
{
color: #659BDB;
}
.AnyTagClassName
{
color: #659BDB;
}
</style>
background-color css
<style>
a { background-color: #659BDB; }
a { background-color: rgb(101,155,219); }
div.DivClassName
{
background-color: #659BDB;
}
.BgClassName
{
background-color: #659BDB;
}
</style>
border-color css
<style>
span { border-color: #659BDB; }
span { border-color: rgb(101,155,219); }
td.TdClassName
{
border-color: #659BDB;
}
.TagClassName
{
border-color: #659BDB;
}
</style>