Shades of Picton Blue #649BC8
Tints of Picton Blue #649BC8
RGB
CMYK
RGB Variations
Color information
#649BC8 (or 0x649BC8) is known color: Picton Blue. HEX triplet: 64, 9B and C8. RGB value is (100,155,200). Sum of RGB (Red+Green+Blue) = 100+155+200=455 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.98% from 455); Green value is 155 (60.94% from 255 or 34.07% from 455); Blue value is 200 (78.52% from 255 or 43.96% from 455); Max value from RGB is 200 - color contains mainly: blue. Hex color #649BC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #649BC8 is #9B6437. Grayscale: #8F8F8F. Windows color (decimal): -10183736 or 13146980. OLE color: 13146980.
HSL color Cylindrical-coordinate representation of color #649BC8: hue angle of 207º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #649BC8 is Cyan = 0.5, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 100 | 155 | 200 | - |
| CMYK | 0.5 | 0.22 | 0 | 0.22 |
| HSL | 207º | 0.48% | 0.59% | - |
| HSV(B) | 207º | 0.5% | 0.78% | - |
| XYZ | 27.4 | 30.32 | 59.05 | - |
| YUV | 143.69 | 159.78 | 96.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 155 | 200 | 0.5 | 0.22 | 0 | 0.22 | 207 | 0.48 | 0.59 |
| Hex | 64 | 9B | C8 | 32 | 16 | 0 | 16 | CF | 30 | 3B |
| Octal | 144 | 233 | 310 | 62 | 26 | 0 | 26 | 317 | 60 | 73 |
| Binary | 1100100 | 10011011 | 11001000 | 110010 | 10110 | 0 | 10110 | 11001111 | 110000 | 111011 |
Color Harmonies of #649BC8
Complementary color
Monochromatic Colors of #649BC8
Black with #649BC8
Text Example
Text Example
White with #649BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649BC8; }
p { color: rgb(100,155,200); }
H1.HeaderClassName
{
color: #649BC8;
}
.AnyTagClassName
{
color: #649BC8;
}
</style>
background-color css
<style>
a { background-color: #649BC8; }
a { background-color: rgb(100,155,200); }
div.DivClassName
{
background-color: #649BC8;
}
.BgClassName
{
background-color: #649BC8;
}
</style>
border-color css
<style>
span { border-color: #649BC8; }
span { border-color: rgb(100,155,200); }
td.TdClassName
{
border-color: #649BC8;
}
.TagClassName
{
border-color: #649BC8;
}
</style>