Shades of Picton Blue #649ECC
Tints of Picton Blue #649ECC
RGB
CMYK
RGB Variations
Color information
#649ECC (or 0x649ECC) is known color: Picton Blue. HEX triplet: 64, 9E and CC. RGB value is (100,158,204). Sum of RGB (Red+Green+Blue) = 100+158+204=462 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.65% from 462); Green value is 158 (62.11% from 255 or 34.20% from 462); Blue value is 204 (80.08% from 255 or 44.16% from 462); Max value from RGB is 204 - color contains mainly: blue. Hex color #649ECC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #649ECC is #9B6133. Grayscale: #919191. Windows color (decimal): -10182964 or 13409892. OLE color: 13409892.
HSL color Cylindrical-coordinate representation of color #649ECC: hue angle of 206.54º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #649ECC is Cyan = 0.51, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 100 | 158 | 204 | - |
| CMYK | 0.51 | 0.23 | 0 | 0.2 |
| HSL | 206.54º | 0.5% | 0.6% | - |
| HSV(B) | 206.54º | 0.51% | 0.8% | - |
| XYZ | 28.38 | 31.52 | 61.72 | - |
| YUV | 145.9 | 160.78 | 95.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 158 | 204 | 0.51 | 0.23 | 0 | 0.2 | 206.54 | 0.5 | 0.6 |
| Hex | 64 | 9E | CC | 33 | 17 | 0 | 14 | CF | 32 | 3C |
| Octal | 144 | 236 | 314 | 63 | 27 | 0 | 24 | 317 | 62 | 74 |
| Binary | 1100100 | 10011110 | 11001100 | 110011 | 10111 | 0 | 10100 | 11001111 | 110010 | 111100 |
Color Harmonies of #649ECC
Complementary color
Monochromatic Colors of #649ECC
Black with #649ECC
Text Example
Text Example
White with #649ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649ECC; }
p { color: rgb(100,158,204); }
H1.HeaderClassName
{
color: #649ECC;
}
.AnyTagClassName
{
color: #649ECC;
}
</style>
background-color css
<style>
a { background-color: #649ECC; }
a { background-color: rgb(100,158,204); }
div.DivClassName
{
background-color: #649ECC;
}
.BgClassName
{
background-color: #649ECC;
}
</style>
border-color css
<style>
span { border-color: #649ECC; }
span { border-color: rgb(100,158,204); }
td.TdClassName
{
border-color: #649ECC;
}
.TagClassName
{
border-color: #649ECC;
}
</style>