Shades of Picton Blue #649ACC
Tints of Picton Blue #649ACC
RGB
CMYK
RGB Variations
Color information
#649ACC (or 0x649ACC) is known color: Picton Blue. HEX triplet: 64, 9A and CC. RGB value is (100,154,204). Sum of RGB (Red+Green+Blue) = 100+154+204=458 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.83% from 458); Green value is 154 (60.55% from 255 or 33.62% from 458); Blue value is 204 (80.08% from 255 or 44.54% from 458); Max value from RGB is 204 - color contains mainly: blue. Hex color #649ACC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #649ACC is #9B6533. Grayscale: #8F8F8F. Windows color (decimal): -10183988 or 13408868. OLE color: 13408868.
HSL color Cylindrical-coordinate representation of color #649ACC: hue angle of 208.85º 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 #649ACC is Cyan = 0.51, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 100 | 154 | 204 | - |
| CMYK | 0.51 | 0.25 | 0 | 0.2 |
| HSL | 208.85º | 0.5% | 0.6% | - |
| HSV(B) | 208.85º | 0.51% | 0.8% | - |
| XYZ | 27.71 | 30.18 | 61.49 | - |
| YUV | 143.55 | 162.11 | 96.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 154 | 204 | 0.51 | 0.25 | 0 | 0.2 | 208.85 | 0.5 | 0.6 |
| Hex | 64 | 9A | CC | 33 | 19 | 0 | 14 | D1 | 32 | 3C |
| Octal | 144 | 232 | 314 | 63 | 31 | 0 | 24 | 321 | 62 | 74 |
| Binary | 1100100 | 10011010 | 11001100 | 110011 | 11001 | 0 | 10100 | 11010001 | 110010 | 111100 |
Color Harmonies of #649ACC
Complementary color
Monochromatic Colors of #649ACC
Black with #649ACC
Text Example
Text Example
White with #649ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649ACC; }
p { color: rgb(100,154,204); }
H1.HeaderClassName
{
color: #649ACC;
}
.AnyTagClassName
{
color: #649ACC;
}
</style>
background-color css
<style>
a { background-color: #649ACC; }
a { background-color: rgb(100,154,204); }
div.DivClassName
{
background-color: #649ACC;
}
.BgClassName
{
background-color: #649ACC;
}
</style>
border-color css
<style>
span { border-color: #649ACC; }
span { border-color: rgb(100,154,204); }
td.TdClassName
{
border-color: #649ACC;
}
.TagClassName
{
border-color: #649ACC;
}
</style>