Shades of Picton Blue #64AACD
Tints of Picton Blue #64AACD
RGB
CMYK
RGB Variations
Color information
#64AACD (or 0x64AACD) is known color: Picton Blue. HEX triplet: 64, AA and CD. RGB value is (100,170,205). Sum of RGB (Red+Green+Blue) = 100+170+205=475 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.05% from 475); Green value is 170 (66.80% from 255 or 35.79% from 475); Blue value is 205 (80.47% from 255 or 43.16% from 475); Max value from RGB is 205 - color contains mainly: blue. Hex color #64AACD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64AACD is #9B5532. Grayscale: #989898. Windows color (decimal): -10179891 or 13478500. OLE color: 13478500.
HSL color Cylindrical-coordinate representation of color #64AACD: hue angle of 200º 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 #64AACD is Cyan = 0.51, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 100 | 170 | 205 | - |
| CMYK | 0.51 | 0.17 | 0 | 0.20 |
| HSL | 200º | 0.51% | 0.6% | - |
| HSV(B) | 200º | 0.51% | 0.8% | - |
| XYZ | 30.65 | 35.87 | 63.07 | - |
| YUV | 153.06 | 157.31 | 90.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 170 | 205 | 0.51 | 0.17 | 0 | 0.20 | 200 | 0.51 | 0.6 |
| Hex | 64 | AA | CD | 33 | 11 | 0 | 14 | C8 | 33 | 3C |
| Octal | 144 | 252 | 315 | 63 | 21 | 0 | 24 | 310 | 63 | 74 |
| Binary | 1100100 | 10101010 | 11001101 | 110011 | 10001 | 0 | 10100 | 11001000 | 110011 | 111100 |
Color Harmonies of #64AACD
Complementary color
Monochromatic Colors of #64AACD
Black with #64AACD
Text Example
Text Example
White with #64AACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AACD; }
p { color: rgb(100,170,205); }
H1.HeaderClassName
{
color: #64AACD;
}
.AnyTagClassName
{
color: #64AACD;
}
</style>
background-color css
<style>
a { background-color: #64AACD; }
a { background-color: rgb(100,170,205); }
div.DivClassName
{
background-color: #64AACD;
}
.BgClassName
{
background-color: #64AACD;
}
</style>
border-color css
<style>
span { border-color: #64AACD; }
span { border-color: rgb(100,170,205); }
td.TdClassName
{
border-color: #64AACD;
}
.TagClassName
{
border-color: #64AACD;
}
</style>