Shades of Picton Blue #659BCA
Tints of Picton Blue #659BCA
RGB
CMYK
RGB Variations
Color information
#659BCA (or 0x659BCA) is known color: Picton Blue. HEX triplet: 65, 9B and CA. RGB value is (101,155,202). Sum of RGB (Red+Green+Blue) = 101+155+202=458 (60% of max value = 765). Red value is 101 (39.84% from 255 or 22.05% from 458); Green value is 155 (60.94% from 255 or 33.84% from 458); Blue value is 202 (79.30% from 255 or 44.10% from 458); Max value from RGB is 202 - color contains mainly: blue. Hex color #659BCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #659BCA is #9A6435. Grayscale: #8F8F8F. Windows color (decimal): -10118198 or 13278053. OLE color: 13278053.
HSL color Cylindrical-coordinate representation of color #659BCA: hue angle of 207.92º degrees, saturation: 0.49, 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 #659BCA is Cyan = 0.50, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 101 | 155 | 202 | - |
| CMYK | 0.50 | 0.23 | 0 | 0.21 |
| HSL | 207.92º | 0.49% | 0.59% | - |
| HSV(B) | 207.92º | 0.5% | 0.79% | - |
| XYZ | 27.75 | 30.47 | 60.3 | - |
| YUV | 144.21 | 160.61 | 97.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 155 | 202 | 0.50 | 0.23 | 0 | 0.21 | 207.92 | 0.49 | 0.59 |
| Hex | 65 | 9B | CA | 32 | 17 | 0 | 15 | D0 | 31 | 3B |
| Octal | 145 | 233 | 312 | 62 | 27 | 0 | 25 | 320 | 61 | 73 |
| Binary | 1100101 | 10011011 | 11001010 | 110010 | 10111 | 0 | 10101 | 11010000 | 110001 | 111011 |
Color Harmonies of #659BCA
Complementary color
Monochromatic Colors of #659BCA
Black with #659BCA
Text Example
Text Example
White with #659BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659BCA; }
p { color: rgb(101,155,202); }
H1.HeaderClassName
{
color: #659BCA;
}
.AnyTagClassName
{
color: #659BCA;
}
</style>
background-color css
<style>
a { background-color: #659BCA; }
a { background-color: rgb(101,155,202); }
div.DivClassName
{
background-color: #659BCA;
}
.BgClassName
{
background-color: #659BCA;
}
</style>
border-color css
<style>
span { border-color: #659BCA; }
span { border-color: rgb(101,155,202); }
td.TdClassName
{
border-color: #659BCA;
}
.TagClassName
{
border-color: #659BCA;
}
</style>