Shades of Picton Blue #649DCF
Tints of Picton Blue #649DCF
RGB
CMYK
RGB Variations
Color information
#649DCF (or 0x649DCF) is known color: Picton Blue. HEX triplet: 64, 9D and CF. RGB value is (100,157,207). Sum of RGB (Red+Green+Blue) = 100+157+207=464 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.55% from 464); Green value is 157 (61.72% from 255 or 33.84% from 464); Blue value is 207 (81.25% from 255 or 44.61% from 464); Max value from RGB is 207 - color contains mainly: blue. Hex color #649DCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #649DCF is #9B6230. Grayscale: #919191. Windows color (decimal): -10183217 or 13606244. OLE color: 13606244.
HSL color Cylindrical-coordinate representation of color #649DCF: hue angle of 208.04º 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 #649DCF is Cyan = 0.52, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 100 | 157 | 207 | - |
| CMYK | 0.52 | 0.24 | 0 | 0.19 |
| HSL | 208.04º | 0.53% | 0.6% | - |
| HSV(B) | 208.04º | 0.52% | 0.81% | - |
| XYZ | 28.57 | 31.33 | 63.57 | - |
| YUV | 145.66 | 162.62 | 95.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 157 | 207 | 0.52 | 0.24 | 0 | 0.19 | 208.04 | 0.53 | 0.6 |
| Hex | 64 | 9D | CF | 34 | 18 | 0 | 13 | D0 | 35 | 3C |
| Octal | 144 | 235 | 317 | 64 | 30 | 0 | 23 | 320 | 65 | 74 |
| Binary | 1100100 | 10011101 | 11001111 | 110100 | 11000 | 0 | 10011 | 11010000 | 110101 | 111100 |
Color Harmonies of #649DCF
Complementary color
Monochromatic Colors of #649DCF
Black with #649DCF
Text Example
Text Example
White with #649DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649DCF; }
p { color: rgb(100,157,207); }
H1.HeaderClassName
{
color: #649DCF;
}
.AnyTagClassName
{
color: #649DCF;
}
</style>
background-color css
<style>
a { background-color: #649DCF; }
a { background-color: rgb(100,157,207); }
div.DivClassName
{
background-color: #649DCF;
}
.BgClassName
{
background-color: #649DCF;
}
</style>
border-color css
<style>
span { border-color: #649DCF; }
span { border-color: rgb(100,157,207); }
td.TdClassName
{
border-color: #649DCF;
}
.TagClassName
{
border-color: #649DCF;
}
</style>