Shades of Picton Blue #64A0CD
Tints of Picton Blue #64A0CD
RGB
CMYK
RGB Variations
Color information
#64A0CD (or 0x64A0CD) is known color: Picton Blue. HEX triplet: 64, A0 and CD. RGB value is (100,160,205). Sum of RGB (Red+Green+Blue) = 100+160+205=465 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.51% from 465); Green value is 160 (62.89% from 255 or 34.41% from 465); Blue value is 205 (80.47% from 255 or 44.09% from 465); Max value from RGB is 205 - color contains mainly: blue. Hex color #64A0CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64A0CD is #9B5F32. Grayscale: #929292. Windows color (decimal): -10182451 or 13475940. OLE color: 13475940.
HSL color Cylindrical-coordinate representation of color #64A0CD: hue angle of 205.71º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #64A0CD is Cyan = 0.51, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 100 | 160 | 205 | - |
| CMYK | 0.51 | 0.22 | 0 | 0.20 |
| HSL | 205.71º | 0.51% | 0.6% | - |
| HSV(B) | 205.71º | 0.51% | 0.8% | - |
| XYZ | 28.85 | 32.26 | 62.46 | - |
| YUV | 147.19 | 160.62 | 94.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 160 | 205 | 0.51 | 0.22 | 0 | 0.20 | 205.71 | 0.51 | 0.6 |
| Hex | 64 | A0 | CD | 33 | 16 | 0 | 14 | CE | 33 | 3C |
| Octal | 144 | 240 | 315 | 63 | 26 | 0 | 24 | 316 | 63 | 74 |
| Binary | 1100100 | 10100000 | 11001101 | 110011 | 10110 | 0 | 10100 | 11001110 | 110011 | 111100 |
Color Harmonies of #64A0CD
Complementary color
Monochromatic Colors of #64A0CD
Black with #64A0CD
Text Example
Text Example
White with #64A0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64A0CD; }
p { color: rgb(100,160,205); }
H1.HeaderClassName
{
color: #64A0CD;
}
.AnyTagClassName
{
color: #64A0CD;
}
</style>
background-color css
<style>
a { background-color: #64A0CD; }
a { background-color: rgb(100,160,205); }
div.DivClassName
{
background-color: #64A0CD;
}
.BgClassName
{
background-color: #64A0CD;
}
</style>
border-color css
<style>
span { border-color: #64A0CD; }
span { border-color: rgb(100,160,205); }
td.TdClassName
{
border-color: #64A0CD;
}
.TagClassName
{
border-color: #64A0CD;
}
</style>