Shades of Picton Blue #649CDC
Tints of Picton Blue #649CDC
RGB
CMYK
RGB Variations
Color information
#649CDC (or 0x649CDC) is known color: Picton Blue. HEX triplet: 64, 9C and DC. RGB value is (100,156,220). Sum of RGB (Red+Green+Blue) = 100+156+220=476 (63% of max value = 765). Red value is 100 (39.45% from 255 or 21.01% from 476); Green value is 156 (61.33% from 255 or 32.77% from 476); Blue value is 220 (86.33% from 255 or 46.22% from 476); Max value from RGB is 220 - color contains mainly: blue. Hex color #649CDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #649CDC is #9B6323. Grayscale: #929292. Windows color (decimal): -10183460 or 14457956. OLE color: 14457956.
HSL color Cylindrical-coordinate representation of color #649CDC: hue angle of 212º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #649CDC is Cyan = 0.55, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 156 | 220 | - |
| CMYK | 0.55 | 0.29 | 0 | 0.14 |
| HSL | 212º | 0.63% | 0.63% | - |
| HSV(B) | 212º | 0.55% | 0.86% | - |
| XYZ | 30.06 | 31.65 | 72.24 | - |
| YUV | 146.55 | 169.45 | 94.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 156 | 220 | 0.55 | 0.29 | 0 | 0.14 | 212 | 0.63 | 0.63 |
| Hex | 64 | 9C | DC | 37 | 1D | 0 | E | D4 | 3F | 3F |
| Octal | 144 | 234 | 334 | 67 | 35 | 0 | 16 | 324 | 77 | 77 |
| Binary | 1100100 | 10011100 | 11011100 | 110111 | 11101 | 0 | 1110 | 11010100 | 111111 | 111111 |
Color Harmonies of #649CDC
Complementary color
Monochromatic Colors of #649CDC
Black with #649CDC
Text Example
Text Example
White with #649CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649CDC; }
p { color: rgb(100,156,220); }
H1.HeaderClassName
{
color: #649CDC;
}
.AnyTagClassName
{
color: #649CDC;
}
</style>
background-color css
<style>
a { background-color: #649CDC; }
a { background-color: rgb(100,156,220); }
div.DivClassName
{
background-color: #649CDC;
}
.BgClassName
{
background-color: #649CDC;
}
</style>
border-color css
<style>
span { border-color: #649CDC; }
span { border-color: rgb(100,156,220); }
td.TdClassName
{
border-color: #649CDC;
}
.TagClassName
{
border-color: #649CDC;
}
</style>