Shades of Picton Blue #64ACCD
Tints of Picton Blue #64ACCD
RGB
CMYK
RGB Variations
Color information
#64ACCD (or 0x64ACCD) is known color: Picton Blue. HEX triplet: 64, AC and CD. RGB value is (100,172,205). Sum of RGB (Red+Green+Blue) = 100+172+205=477 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.96% from 477); Green value is 172 (67.58% from 255 or 36.06% from 477); Blue value is 205 (80.47% from 255 or 42.98% from 477); Max value from RGB is 205 - color contains mainly: blue. Hex color #64ACCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64ACCD is #9B5332. Grayscale: #9A9A9A. Windows color (decimal): -10179379 or 13479012. OLE color: 13479012.
HSL color Cylindrical-coordinate representation of color #64ACCD: hue angle of 198.86º 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 #64ACCD is Cyan = 0.51, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 100 | 172 | 205 | - |
| CMYK | 0.51 | 0.16 | 0 | 0.20 |
| HSL | 198.86º | 0.51% | 0.6% | - |
| HSV(B) | 198.86º | 0.51% | 0.8% | - |
| XYZ | 31.03 | 36.62 | 63.19 | - |
| YUV | 154.23 | 156.65 | 89.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 172 | 205 | 0.51 | 0.16 | 0 | 0.20 | 198.86 | 0.51 | 0.6 |
| Hex | 64 | AC | CD | 33 | 10 | 0 | 14 | C7 | 33 | 3C |
| Octal | 144 | 254 | 315 | 63 | 20 | 0 | 24 | 307 | 63 | 74 |
| Binary | 1100100 | 10101100 | 11001101 | 110011 | 10000 | 0 | 10100 | 11000111 | 110011 | 111100 |
Color Harmonies of #64ACCD
Complementary color
Monochromatic Colors of #64ACCD
Black with #64ACCD
Text Example
Text Example
White with #64ACCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64ACCD; }
p { color: rgb(100,172,205); }
H1.HeaderClassName
{
color: #64ACCD;
}
.AnyTagClassName
{
color: #64ACCD;
}
</style>
background-color css
<style>
a { background-color: #64ACCD; }
a { background-color: rgb(100,172,205); }
div.DivClassName
{
background-color: #64ACCD;
}
.BgClassName
{
background-color: #64ACCD;
}
</style>
border-color css
<style>
span { border-color: #64ACCD; }
span { border-color: rgb(100,172,205); }
td.TdClassName
{
border-color: #64ACCD;
}
.TagClassName
{
border-color: #64ACCD;
}
</style>