Shades of Picton Blue #649CD4
Tints of Picton Blue #649CD4
RGB
CMYK
RGB Variations
Color information
#649CD4 (or 0x649CD4) is known color: Picton Blue. HEX triplet: 64, 9C and D4. RGB value is (100,156,212). Sum of RGB (Red+Green+Blue) = 100+156+212=468 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.37% from 468); Green value is 156 (61.33% from 255 or 33.33% from 468); Blue value is 212 (83.20% from 255 or 45.30% from 468); Max value from RGB is 212 - color contains mainly: blue. Hex color #649CD4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #649CD4 is #9B632B. Grayscale: #919191. Windows color (decimal): -10183468 or 13933668. OLE color: 13933668.
HSL color Cylindrical-coordinate representation of color #649CD4: hue angle of 210º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #649CD4 is Cyan = 0.53, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 100 | 156 | 212 | - |
| CMYK | 0.53 | 0.26 | 0 | 0.17 |
| HSL | 210º | 0.57% | 0.61% | - |
| HSV(B) | 210º | 0.53% | 0.83% | - |
| XYZ | 29.03 | 31.24 | 66.79 | - |
| YUV | 145.64 | 165.45 | 95.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 156 | 212 | 0.53 | 0.26 | 0 | 0.17 | 210 | 0.57 | 0.61 |
| Hex | 64 | 9C | D4 | 35 | 1A | 0 | 11 | D2 | 39 | 3D |
| Octal | 144 | 234 | 324 | 65 | 32 | 0 | 21 | 322 | 71 | 75 |
| Binary | 1100100 | 10011100 | 11010100 | 110101 | 11010 | 0 | 10001 | 11010010 | 111001 | 111101 |
Color Harmonies of #649CD4
Complementary color
Monochromatic Colors of #649CD4
Black with #649CD4
Text Example
Text Example
White with #649CD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649CD4; }
p { color: rgb(100,156,212); }
H1.HeaderClassName
{
color: #649CD4;
}
.AnyTagClassName
{
color: #649CD4;
}
</style>
background-color css
<style>
a { background-color: #649CD4; }
a { background-color: rgb(100,156,212); }
div.DivClassName
{
background-color: #649CD4;
}
.BgClassName
{
background-color: #649CD4;
}
</style>
border-color css
<style>
span { border-color: #649CD4; }
span { border-color: rgb(100,156,212); }
td.TdClassName
{
border-color: #649CD4;
}
.TagClassName
{
border-color: #649CD4;
}
</style>