Shades of Picton Blue #649CCF
Tints of Picton Blue #649CCF
RGB
CMYK
RGB Variations
Color information
#649CCF (or 0x649CCF) is known color: Picton Blue. HEX triplet: 64, 9C and CF. RGB value is (100,156,207). Sum of RGB (Red+Green+Blue) = 100+156+207=463 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.60% from 463); Green value is 156 (61.33% from 255 or 33.69% from 463); Blue value is 207 (81.25% from 255 or 44.71% from 463); Max value from RGB is 207 - color contains mainly: blue. Hex color #649CCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #649CCF is #9B6330. Grayscale: #909090. Windows color (decimal): -10183473 or 13605988. OLE color: 13605988.
HSL color Cylindrical-coordinate representation of color #649CCF: hue angle of 208.6º 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 #649CCF is Cyan = 0.52, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 100 | 156 | 207 | - |
| CMYK | 0.52 | 0.25 | 0 | 0.19 |
| HSL | 208.6º | 0.53% | 0.6% | - |
| HSV(B) | 208.6º | 0.52% | 0.81% | - |
| XYZ | 28.41 | 30.99 | 63.52 | - |
| YUV | 145.07 | 162.95 | 95.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 156 | 207 | 0.52 | 0.25 | 0 | 0.19 | 208.6 | 0.53 | 0.6 |
| Hex | 64 | 9C | CF | 34 | 19 | 0 | 13 | D1 | 35 | 3C |
| Octal | 144 | 234 | 317 | 64 | 31 | 0 | 23 | 321 | 65 | 74 |
| Binary | 1100100 | 10011100 | 11001111 | 110100 | 11001 | 0 | 10011 | 11010001 | 110101 | 111100 |
Color Harmonies of #649CCF
Complementary color
Monochromatic Colors of #649CCF
Black with #649CCF
Text Example
Text Example
White with #649CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649CCF; }
p { color: rgb(100,156,207); }
H1.HeaderClassName
{
color: #649CCF;
}
.AnyTagClassName
{
color: #649CCF;
}
</style>
background-color css
<style>
a { background-color: #649CCF; }
a { background-color: rgb(100,156,207); }
div.DivClassName
{
background-color: #649CCF;
}
.BgClassName
{
background-color: #649CCF;
}
</style>
border-color css
<style>
span { border-color: #649CCF; }
span { border-color: rgb(100,156,207); }
td.TdClassName
{
border-color: #649CCF;
}
.TagClassName
{
border-color: #649CCF;
}
</style>