Shades of Picton Blue #659CC5
Tints of Picton Blue #659CC5
RGB
CMYK
RGB Variations
Color information
#659CC5 (or 0x659CC5) is known color: Picton Blue. HEX triplet: 65, 9C and C5. RGB value is (101,156,197). Sum of RGB (Red+Green+Blue) = 101+156+197=454 (60% of max value = 765). Red value is 101 (39.84% from 255 or 22.25% from 454); Green value is 156 (61.33% from 255 or 34.36% from 454); Blue value is 197 (77.34% from 255 or 43.39% from 454); Max value from RGB is 197 - color contains mainly: blue. Hex color #659CC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #659CC5 is #9A633A. Grayscale: #909090. Windows color (decimal): -10117947 or 12950629. OLE color: 12950629.
HSL color Cylindrical-coordinate representation of color #659CC5: hue angle of 205.62º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #659CC5 is Cyan = 0.49, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 101 | 156 | 197 | - |
| CMYK | 0.49 | 0.21 | 0 | 0.23 |
| HSL | 205.63º | 0.45% | 0.58% | - |
| HSV(B) | 205.63º | 0.49% | 0.77% | - |
| XYZ | 27.33 | 30.57 | 57.28 | - |
| YUV | 144.23 | 157.78 | 97.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 156 | 197 | 0.49 | 0.21 | 0 | 0.23 | 205.63 | 0.45 | 0.58 |
| Hex | 65 | 9C | C5 | 31 | 15 | 0 | 17 | CE | 2D | 3A |
| Octal | 145 | 234 | 305 | 61 | 25 | 0 | 27 | 316 | 55 | 72 |
| Binary | 1100101 | 10011100 | 11000101 | 110001 | 10101 | 0 | 10111 | 11001110 | 101101 | 111010 |
Color Harmonies of #659CC5
Complementary color
Monochromatic Colors of #659CC5
Black with #659CC5
Text Example
Text Example
White with #659CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659CC5; }
p { color: rgb(101,156,197); }
H1.HeaderClassName
{
color: #659CC5;
}
.AnyTagClassName
{
color: #659CC5;
}
</style>
background-color css
<style>
a { background-color: #659CC5; }
a { background-color: rgb(101,156,197); }
div.DivClassName
{
background-color: #659CC5;
}
.BgClassName
{
background-color: #659CC5;
}
</style>
border-color css
<style>
span { border-color: #659CC5; }
span { border-color: rgb(101,156,197); }
td.TdClassName
{
border-color: #659CC5;
}
.TagClassName
{
border-color: #659CC5;
}
</style>