Shades of Picton Blue #649ECF
Tints of Picton Blue #649ECF
RGB
CMYK
RGB Variations
Color information
#649ECF (or 0x649ECF) is known color: Picton Blue. HEX triplet: 64, 9E and CF. RGB value is (100,158,207). Sum of RGB (Red+Green+Blue) = 100+158+207=465 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.51% from 465); Green value is 158 (62.11% from 255 or 33.98% from 465); Blue value is 207 (81.25% from 255 or 44.52% from 465); Max value from RGB is 207 - color contains mainly: blue. Hex color #649ECF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #649ECF is #9B6130. Grayscale: #919191. Windows color (decimal): -10182961 or 13606500. OLE color: 13606500.
HSL color Cylindrical-coordinate representation of color #649ECF: hue angle of 207.48º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #649ECF is Cyan = 0.52, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 100 | 158 | 207 | - |
| CMYK | 0.52 | 0.24 | 0 | 0.19 |
| HSL | 207.48º | 0.53% | 0.6% | - |
| HSV(B) | 207.48º | 0.52% | 0.81% | - |
| XYZ | 28.74 | 31.67 | 63.63 | - |
| YUV | 146.24 | 162.28 | 95.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 158 | 207 | 0.52 | 0.24 | 0 | 0.19 | 207.48 | 0.53 | 0.6 |
| Hex | 64 | 9E | CF | 34 | 18 | 0 | 13 | CF | 35 | 3C |
| Octal | 144 | 236 | 317 | 64 | 30 | 0 | 23 | 317 | 65 | 74 |
| Binary | 1100100 | 10011110 | 11001111 | 110100 | 11000 | 0 | 10011 | 11001111 | 110101 | 111100 |
Color Harmonies of #649ECF
Complementary color
Monochromatic Colors of #649ECF
Black with #649ECF
Text Example
Text Example
White with #649ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649ECF; }
p { color: rgb(100,158,207); }
H1.HeaderClassName
{
color: #649ECF;
}
.AnyTagClassName
{
color: #649ECF;
}
</style>
background-color css
<style>
a { background-color: #649ECF; }
a { background-color: rgb(100,158,207); }
div.DivClassName
{
background-color: #649ECF;
}
.BgClassName
{
background-color: #649ECF;
}
</style>
border-color css
<style>
span { border-color: #649ECF; }
span { border-color: rgb(100,158,207); }
td.TdClassName
{
border-color: #649ECF;
}
.TagClassName
{
border-color: #649ECF;
}
</style>