Shades of Picton Blue #659EC8
Tints of Picton Blue #659EC8
RGB
CMYK
RGB Variations
Color information
#659EC8 (or 0x659EC8) is known color: Picton Blue. HEX triplet: 65, 9E and C8. RGB value is (101,158,200). Sum of RGB (Red+Green+Blue) = 101+158+200=459 (60% of max value = 765). Red value is 101 (39.84% from 255 or 22.00% from 459); Green value is 158 (62.11% from 255 or 34.42% from 459); Blue value is 200 (78.52% from 255 or 43.57% from 459); Max value from RGB is 200 - color contains mainly: blue. Hex color #659EC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #659EC8 is #9A6137. Grayscale: #919191. Windows color (decimal): -10117432 or 13147749. OLE color: 13147749.
HSL color Cylindrical-coordinate representation of color #659EC8: hue angle of 205.45º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #659EC8 is Cyan = 0.49, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 101 | 158 | 200 | - |
| CMYK | 0.49 | 0.21 | 0 | 0.22 |
| HSL | 205.45º | 0.47% | 0.59% | - |
| HSV(B) | 205.45º | 0.5% | 0.78% | - |
| XYZ | 28.02 | 31.39 | 59.23 | - |
| YUV | 145.75 | 158.62 | 96.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 158 | 200 | 0.49 | 0.21 | 0 | 0.22 | 205.45 | 0.47 | 0.59 |
| Hex | 65 | 9E | C8 | 31 | 15 | 0 | 16 | CD | 2F | 3B |
| Octal | 145 | 236 | 310 | 61 | 25 | 0 | 26 | 315 | 57 | 73 |
| Binary | 1100101 | 10011110 | 11001000 | 110001 | 10101 | 0 | 10110 | 11001101 | 101111 | 111011 |
Color Harmonies of #659EC8
Complementary color
Monochromatic Colors of #659EC8
Black with #659EC8
Text Example
Text Example
White with #659EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659EC8; }
p { color: rgb(101,158,200); }
H1.HeaderClassName
{
color: #659EC8;
}
.AnyTagClassName
{
color: #659EC8;
}
</style>
background-color css
<style>
a { background-color: #659EC8; }
a { background-color: rgb(101,158,200); }
div.DivClassName
{
background-color: #659EC8;
}
.BgClassName
{
background-color: #659EC8;
}
</style>
border-color css
<style>
span { border-color: #659EC8; }
span { border-color: rgb(101,158,200); }
td.TdClassName
{
border-color: #659EC8;
}
.TagClassName
{
border-color: #659EC8;
}
</style>