Shades of Picton Blue #649ACE
Tints of Picton Blue #649ACE
RGB
CMYK
RGB Variations
Color information
#649ACE (or 0x649ACE) is known color: Picton Blue. HEX triplet: 64, 9A and CE. RGB value is (100,154,206). Sum of RGB (Red+Green+Blue) = 100+154+206=460 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.74% from 460); Green value is 154 (60.55% from 255 or 33.48% from 460); Blue value is 206 (80.86% from 255 or 44.78% from 460); Max value from RGB is 206 - color contains mainly: blue. Hex color #649ACE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #649ACE is #9B6531. Grayscale: #8F8F8F. Windows color (decimal): -10183986 or 13539940. OLE color: 13539940.
HSL color Cylindrical-coordinate representation of color #649ACE: hue angle of 209.43º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #649ACE is Cyan = 0.51, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 100 | 154 | 206 | - |
| CMYK | 0.51 | 0.25 | 0 | 0.19 |
| HSL | 209.43º | 0.52% | 0.6% | - |
| HSV(B) | 209.43º | 0.51% | 0.81% | - |
| XYZ | 27.95 | 30.28 | 62.76 | - |
| YUV | 143.78 | 163.11 | 96.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 154 | 206 | 0.51 | 0.25 | 0 | 0.19 | 209.43 | 0.52 | 0.6 |
| Hex | 64 | 9A | CE | 33 | 19 | 0 | 13 | D1 | 34 | 3C |
| Octal | 144 | 232 | 316 | 63 | 31 | 0 | 23 | 321 | 64 | 74 |
| Binary | 1100100 | 10011010 | 11001110 | 110011 | 11001 | 0 | 10011 | 11010001 | 110100 | 111100 |
Color Harmonies of #649ACE
Complementary color
Monochromatic Colors of #649ACE
Black with #649ACE
Text Example
Text Example
White with #649ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649ACE; }
p { color: rgb(100,154,206); }
H1.HeaderClassName
{
color: #649ACE;
}
.AnyTagClassName
{
color: #649ACE;
}
</style>
background-color css
<style>
a { background-color: #649ACE; }
a { background-color: rgb(100,154,206); }
div.DivClassName
{
background-color: #649ACE;
}
.BgClassName
{
background-color: #649ACE;
}
</style>
border-color css
<style>
span { border-color: #649ACE; }
span { border-color: rgb(100,154,206); }
td.TdClassName
{
border-color: #649ACE;
}
.TagClassName
{
border-color: #649ACE;
}
</style>