Shades of Picton Blue #649EC8
Tints of Picton Blue #649EC8
RGB
CMYK
RGB Variations
Color information
#649EC8 (or 0x649EC8) is known color: Picton Blue. HEX triplet: 64, 9E and C8. RGB value is (100,158,200). Sum of RGB (Red+Green+Blue) = 100+158+200=458 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.83% from 458); Green value is 158 (62.11% from 255 or 34.50% from 458); Blue value is 200 (78.52% from 255 or 43.67% from 458); Max value from RGB is 200 - color contains mainly: blue. Hex color #649EC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #649EC8 is #9B6137. Grayscale: #919191. Windows color (decimal): -10182968 or 13147748. OLE color: 13147748.
HSL color Cylindrical-coordinate representation of color #649EC8: hue angle of 205.2º degrees, saturation: 0.48, 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 #649EC8 is Cyan = 0.5, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 100 | 158 | 200 | - |
| CMYK | 0.5 | 0.21 | 0 | 0.22 |
| HSL | 205.2º | 0.48% | 0.59% | - |
| HSV(B) | 205.2º | 0.5% | 0.78% | - |
| XYZ | 27.91 | 31.33 | 59.22 | - |
| YUV | 145.45 | 158.78 | 95.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 158 | 200 | 0.5 | 0.21 | 0 | 0.22 | 205.2 | 0.48 | 0.59 |
| Hex | 64 | 9E | C8 | 32 | 15 | 0 | 16 | CD | 30 | 3B |
| Octal | 144 | 236 | 310 | 62 | 25 | 0 | 26 | 315 | 60 | 73 |
| Binary | 1100100 | 10011110 | 11001000 | 110010 | 10101 | 0 | 10110 | 11001101 | 110000 | 111011 |
Color Harmonies of #649EC8
Complementary color
Monochromatic Colors of #649EC8
Black with #649EC8
Text Example
Text Example
White with #649EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649EC8; }
p { color: rgb(100,158,200); }
H1.HeaderClassName
{
color: #649EC8;
}
.AnyTagClassName
{
color: #649EC8;
}
</style>
background-color css
<style>
a { background-color: #649EC8; }
a { background-color: rgb(100,158,200); }
div.DivClassName
{
background-color: #649EC8;
}
.BgClassName
{
background-color: #649EC8;
}
</style>
border-color css
<style>
span { border-color: #649EC8; }
span { border-color: rgb(100,158,200); }
td.TdClassName
{
border-color: #649EC8;
}
.TagClassName
{
border-color: #649EC8;
}
</style>