Shades of Picton Blue #649CCC
Tints of Picton Blue #649CCC
RGB
CMYK
RGB Variations
Color information
#649CCC (or 0x649CCC) is known color: Picton Blue. HEX triplet: 64, 9C and CC. RGB value is (100,156,204). Sum of RGB (Red+Green+Blue) = 100+156+204=460 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.74% from 460); Green value is 156 (61.33% from 255 or 33.91% from 460); Blue value is 204 (80.08% from 255 or 44.35% from 460); Max value from RGB is 204 - color contains mainly: blue. Hex color #649CCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #649CCC is #9B6333. Grayscale: #909090. Windows color (decimal): -10183476 or 13409380. OLE color: 13409380.
HSL color Cylindrical-coordinate representation of color #649CCC: hue angle of 207.69º 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 #649CCC is Cyan = 0.51, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 100 | 156 | 204 | - |
| CMYK | 0.51 | 0.24 | 0 | 0.2 |
| HSL | 207.69º | 0.5% | 0.6% | - |
| HSV(B) | 207.69º | 0.51% | 0.8% | - |
| XYZ | 28.04 | 30.85 | 61.6 | - |
| YUV | 144.73 | 161.45 | 96.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 156 | 204 | 0.51 | 0.24 | 0 | 0.2 | 207.69 | 0.5 | 0.6 |
| Hex | 64 | 9C | CC | 33 | 18 | 0 | 14 | D0 | 32 | 3C |
| Octal | 144 | 234 | 314 | 63 | 30 | 0 | 24 | 320 | 62 | 74 |
| Binary | 1100100 | 10011100 | 11001100 | 110011 | 11000 | 0 | 10100 | 11010000 | 110010 | 111100 |
Color Harmonies of #649CCC
Complementary color
Monochromatic Colors of #649CCC
Black with #649CCC
Text Example
Text Example
White with #649CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649CCC; }
p { color: rgb(100,156,204); }
H1.HeaderClassName
{
color: #649CCC;
}
.AnyTagClassName
{
color: #649CCC;
}
</style>
background-color css
<style>
a { background-color: #649CCC; }
a { background-color: rgb(100,156,204); }
div.DivClassName
{
background-color: #649CCC;
}
.BgClassName
{
background-color: #649CCC;
}
</style>
border-color css
<style>
span { border-color: #649CCC; }
span { border-color: rgb(100,156,204); }
td.TdClassName
{
border-color: #649CCC;
}
.TagClassName
{
border-color: #649CCC;
}
</style>