Shades of Picton Blue #64AACC
Tints of Picton Blue #64AACC
RGB
CMYK
RGB Variations
Color information
#64AACC (or 0x64AACC) is known color: Picton Blue. HEX triplet: 64, AA and CC. RGB value is (100,170,204). Sum of RGB (Red+Green+Blue) = 100+170+204=474 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.10% from 474); Green value is 170 (66.80% from 255 or 35.86% from 474); Blue value is 204 (80.08% from 255 or 43.04% from 474); Max value from RGB is 204 - color contains mainly: blue. Hex color #64AACC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64AACC is #9B5533. Grayscale: #989898. Windows color (decimal): -10179892 or 13412964. OLE color: 13412964.
HSL color Cylindrical-coordinate representation of color #64AACC: hue angle of 199.62º degrees, saturation: 0.5, 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 #64AACC is Cyan = 0.51, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 100 | 170 | 204 | - |
| CMYK | 0.51 | 0.17 | 0 | 0.2 |
| HSL | 199.62º | 0.5% | 0.6% | - |
| HSV(B) | 199.62º | 0.51% | 0.8% | - |
| XYZ | 30.53 | 35.82 | 62.43 | - |
| YUV | 152.95 | 156.81 | 90.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 170 | 204 | 0.51 | 0.17 | 0 | 0.2 | 199.62 | 0.5 | 0.6 |
| Hex | 64 | AA | CC | 33 | 11 | 0 | 14 | C8 | 32 | 3C |
| Octal | 144 | 252 | 314 | 63 | 21 | 0 | 24 | 310 | 62 | 74 |
| Binary | 1100100 | 10101010 | 11001100 | 110011 | 10001 | 0 | 10100 | 11001000 | 110010 | 111100 |
Color Harmonies of #64AACC
Complementary color
Monochromatic Colors of #64AACC
Black with #64AACC
Text Example
Text Example
White with #64AACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AACC; }
p { color: rgb(100,170,204); }
H1.HeaderClassName
{
color: #64AACC;
}
.AnyTagClassName
{
color: #64AACC;
}
</style>
background-color css
<style>
a { background-color: #64AACC; }
a { background-color: rgb(100,170,204); }
div.DivClassName
{
background-color: #64AACC;
}
.BgClassName
{
background-color: #64AACC;
}
</style>
border-color css
<style>
span { border-color: #64AACC; }
span { border-color: rgb(100,170,204); }
td.TdClassName
{
border-color: #64AACC;
}
.TagClassName
{
border-color: #64AACC;
}
</style>