Shades of Picton Blue #659EC6
Tints of Picton Blue #659EC6
RGB
CMYK
RGB Variations
Color information
#659EC6 (or 0x659EC6) is known color: Picton Blue. HEX triplet: 65, 9E and C6. RGB value is (101,158,198). Sum of RGB (Red+Green+Blue) = 101+158+198=457 (60% of max value = 765). Red value is 101 (39.84% from 255 or 22.10% from 457); Green value is 158 (62.11% from 255 or 34.57% from 457); Blue value is 198 (77.73% from 255 or 43.33% from 457); Max value from RGB is 198 - color contains mainly: blue. Hex color #659EC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #659EC6 is #9A6139. Grayscale: #919191. Windows color (decimal): -10117434 or 13016677. OLE color: 13016677.
HSL color Cylindrical-coordinate representation of color #659EC6: hue angle of 204.74º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #659EC6 is Cyan = 0.49, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 101 | 158 | 198 | - |
| CMYK | 0.49 | 0.20 | 0 | 0.22 |
| HSL | 204.74º | 0.46% | 0.59% | - |
| HSV(B) | 204.74º | 0.49% | 0.78% | - |
| XYZ | 27.79 | 31.3 | 58 | - |
| YUV | 145.52 | 157.62 | 96.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 158 | 198 | 0.49 | 0.20 | 0 | 0.22 | 204.74 | 0.46 | 0.59 |
| Hex | 65 | 9E | C6 | 31 | 14 | 0 | 16 | CD | 2E | 3B |
| Octal | 145 | 236 | 306 | 61 | 24 | 0 | 26 | 315 | 56 | 73 |
| Binary | 1100101 | 10011110 | 11000110 | 110001 | 10100 | 0 | 10110 | 11001101 | 101110 | 111011 |
Color Harmonies of #659EC6
Complementary color
Monochromatic Colors of #659EC6
Black with #659EC6
Text Example
Text Example
White with #659EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659EC6; }
p { color: rgb(101,158,198); }
H1.HeaderClassName
{
color: #659EC6;
}
.AnyTagClassName
{
color: #659EC6;
}
</style>
background-color css
<style>
a { background-color: #659EC6; }
a { background-color: rgb(101,158,198); }
div.DivClassName
{
background-color: #659EC6;
}
.BgClassName
{
background-color: #659EC6;
}
</style>
border-color css
<style>
span { border-color: #659EC6; }
span { border-color: rgb(101,158,198); }
td.TdClassName
{
border-color: #659EC6;
}
.TagClassName
{
border-color: #659EC6;
}
</style>