Shades of Picton Blue #64AAD9
Tints of Picton Blue #64AAD9
RGB
CMYK
RGB Variations
Color information
#64AAD9 (or 0x64AAD9) is known color: Picton Blue. HEX triplet: 64, AA and D9. RGB value is (100,170,217). Sum of RGB (Red+Green+Blue) = 100+170+217=487 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.53% from 487); Green value is 170 (66.80% from 255 or 34.91% from 487); Blue value is 217 (85.16% from 255 or 44.56% from 487); Max value from RGB is 217 - color contains mainly: blue. Hex color #64AAD9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64AAD9 is #9B5526. Grayscale: #9A9A9A. Windows color (decimal): -10179879 or 14264932. OLE color: 14264932.
HSL color Cylindrical-coordinate representation of color #64AAD9: hue angle of 204.1º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #64AAD9 is Cyan = 0.54, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 100 | 170 | 217 | - |
| CMYK | 0.54 | 0.22 | 0 | 0.15 |
| HSL | 204.1º | 0.61% | 0.62% | - |
| HSV(B) | 204.1º | 0.54% | 0.85% | - |
| XYZ | 32.15 | 36.47 | 70.99 | - |
| YUV | 154.43 | 163.31 | 89.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 170 | 217 | 0.54 | 0.22 | 0 | 0.15 | 204.1 | 0.61 | 0.62 |
| Hex | 64 | AA | D9 | 36 | 16 | 0 | F | CC | 3D | 3E |
| Octal | 144 | 252 | 331 | 66 | 26 | 0 | 17 | 314 | 75 | 76 |
| Binary | 1100100 | 10101010 | 11011001 | 110110 | 10110 | 0 | 1111 | 11001100 | 111101 | 111110 |
Color Harmonies of #64AAD9
Complementary color
Monochromatic Colors of #64AAD9
Black with #64AAD9
Text Example
Text Example
White with #64AAD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AAD9; }
p { color: rgb(100,170,217); }
H1.HeaderClassName
{
color: #64AAD9;
}
.AnyTagClassName
{
color: #64AAD9;
}
</style>
background-color css
<style>
a { background-color: #64AAD9; }
a { background-color: rgb(100,170,217); }
div.DivClassName
{
background-color: #64AAD9;
}
.BgClassName
{
background-color: #64AAD9;
}
</style>
border-color css
<style>
span { border-color: #64AAD9; }
span { border-color: rgb(100,170,217); }
td.TdClassName
{
border-color: #64AAD9;
}
.TagClassName
{
border-color: #64AAD9;
}
</style>