Shades of Picton Blue #649BCE
Tints of Picton Blue #649BCE
RGB
CMYK
RGB Variations
Color information
#649BCE (or 0x649BCE) is known color: Picton Blue. HEX triplet: 64, 9B and CE. RGB value is (100,155,206). Sum of RGB (Red+Green+Blue) = 100+155+206=461 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.69% from 461); Green value is 155 (60.94% from 255 or 33.62% from 461); Blue value is 206 (80.86% from 255 or 44.69% from 461); Max value from RGB is 206 - color contains mainly: blue. Hex color #649BCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #649BCE is #9B6431. Grayscale: #909090. Windows color (decimal): -10183730 or 13540196. OLE color: 13540196.
HSL color Cylindrical-coordinate representation of color #649BCE: hue angle of 208.87º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #649BCE is Cyan = 0.51, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 100 | 155 | 206 | - |
| CMYK | 0.51 | 0.25 | 0 | 0.19 |
| HSL | 208.87º | 0.52% | 0.6% | - |
| HSV(B) | 208.87º | 0.51% | 0.81% | - |
| XYZ | 28.12 | 30.61 | 62.82 | - |
| YUV | 144.37 | 162.78 | 96.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 155 | 206 | 0.51 | 0.25 | 0 | 0.19 | 208.87 | 0.52 | 0.6 |
| Hex | 64 | 9B | CE | 33 | 19 | 0 | 13 | D1 | 34 | 3C |
| Octal | 144 | 233 | 316 | 63 | 31 | 0 | 23 | 321 | 64 | 74 |
| Binary | 1100100 | 10011011 | 11001110 | 110011 | 11001 | 0 | 10011 | 11010001 | 110100 | 111100 |
Color Harmonies of #649BCE
Complementary color
Monochromatic Colors of #649BCE
Black with #649BCE
Text Example
Text Example
White with #649BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649BCE; }
p { color: rgb(100,155,206); }
H1.HeaderClassName
{
color: #649BCE;
}
.AnyTagClassName
{
color: #649BCE;
}
</style>
background-color css
<style>
a { background-color: #649BCE; }
a { background-color: rgb(100,155,206); }
div.DivClassName
{
background-color: #649BCE;
}
.BgClassName
{
background-color: #649BCE;
}
</style>
border-color css
<style>
span { border-color: #649BCE; }
span { border-color: rgb(100,155,206); }
td.TdClassName
{
border-color: #649BCE;
}
.TagClassName
{
border-color: #649BCE;
}
</style>