Shades of Picton Blue #649ACF
Tints of Picton Blue #649ACF
RGB
CMYK
RGB Variations
Color information
#649ACF (or 0x649ACF) is known color: Picton Blue. HEX triplet: 64, 9A and CF. RGB value is (100,154,207). Sum of RGB (Red+Green+Blue) = 100+154+207=461 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.69% from 461); Green value is 154 (60.55% from 255 or 33.41% from 461); Blue value is 207 (81.25% from 255 or 44.90% from 461); Max value from RGB is 207 - color contains mainly: blue. Hex color #649ACF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #649ACF is #9B6530. Grayscale: #8F8F8F. Windows color (decimal): -10183985 or 13605476. OLE color: 13605476.
HSL color Cylindrical-coordinate representation of color #649ACF: hue angle of 209.72º 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 #649ACF is Cyan = 0.52, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 100 | 154 | 207 | - |
| CMYK | 0.52 | 0.26 | 0 | 0.19 |
| HSL | 209.72º | 0.53% | 0.6% | - |
| HSV(B) | 209.72º | 0.52% | 0.81% | - |
| XYZ | 28.07 | 30.33 | 63.41 | - |
| YUV | 143.9 | 163.61 | 96.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 154 | 207 | 0.52 | 0.26 | 0 | 0.19 | 209.72 | 0.53 | 0.6 |
| Hex | 64 | 9A | CF | 34 | 1A | 0 | 13 | D2 | 35 | 3C |
| Octal | 144 | 232 | 317 | 64 | 32 | 0 | 23 | 322 | 65 | 74 |
| Binary | 1100100 | 10011010 | 11001111 | 110100 | 11010 | 0 | 10011 | 11010010 | 110101 | 111100 |
Color Harmonies of #649ACF
Complementary color
Monochromatic Colors of #649ACF
Black with #649ACF
Text Example
Text Example
White with #649ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649ACF; }
p { color: rgb(100,154,207); }
H1.HeaderClassName
{
color: #649ACF;
}
.AnyTagClassName
{
color: #649ACF;
}
</style>
background-color css
<style>
a { background-color: #649ACF; }
a { background-color: rgb(100,154,207); }
div.DivClassName
{
background-color: #649ACF;
}
.BgClassName
{
background-color: #649ACF;
}
</style>
border-color css
<style>
span { border-color: #649ACF; }
span { border-color: rgb(100,154,207); }
td.TdClassName
{
border-color: #649ACF;
}
.TagClassName
{
border-color: #649ACF;
}
</style>