Shades of Picton Blue #64A0CE
Tints of Picton Blue #64A0CE
RGB
CMYK
RGB Variations
Color information
#64A0CE (or 0x64A0CE) is known color: Picton Blue. HEX triplet: 64, A0 and CE. RGB value is (100,160,206). Sum of RGB (Red+Green+Blue) = 100+160+206=466 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.46% from 466); Green value is 160 (62.89% from 255 or 34.33% from 466); Blue value is 206 (80.86% from 255 or 44.21% from 466); Max value from RGB is 206 - color contains mainly: blue. Hex color #64A0CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64A0CE is #9B5F31. Grayscale: #939393. Windows color (decimal): -10182450 or 13541476. OLE color: 13541476.
HSL color Cylindrical-coordinate representation of color #64A0CE: hue angle of 206.04º 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 #64A0CE is Cyan = 0.51, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 100 | 160 | 206 | - |
| CMYK | 0.51 | 0.22 | 0 | 0.19 |
| HSL | 206.04º | 0.52% | 0.6% | - |
| HSV(B) | 206.04º | 0.51% | 0.81% | - |
| XYZ | 28.97 | 32.31 | 63.1 | - |
| YUV | 147.3 | 161.12 | 94.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 160 | 206 | 0.51 | 0.22 | 0 | 0.19 | 206.04 | 0.52 | 0.6 |
| Hex | 64 | A0 | CE | 33 | 16 | 0 | 13 | CE | 34 | 3C |
| Octal | 144 | 240 | 316 | 63 | 26 | 0 | 23 | 316 | 64 | 74 |
| Binary | 1100100 | 10100000 | 11001110 | 110011 | 10110 | 0 | 10011 | 11001110 | 110100 | 111100 |
Color Harmonies of #64A0CE
Complementary color
Monochromatic Colors of #64A0CE
Black with #64A0CE
Text Example
Text Example
White with #64A0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64A0CE; }
p { color: rgb(100,160,206); }
H1.HeaderClassName
{
color: #64A0CE;
}
.AnyTagClassName
{
color: #64A0CE;
}
</style>
background-color css
<style>
a { background-color: #64A0CE; }
a { background-color: rgb(100,160,206); }
div.DivClassName
{
background-color: #64A0CE;
}
.BgClassName
{
background-color: #64A0CE;
}
</style>
border-color css
<style>
span { border-color: #64A0CE; }
span { border-color: rgb(100,160,206); }
td.TdClassName
{
border-color: #64A0CE;
}
.TagClassName
{
border-color: #64A0CE;
}
</style>