Shades of Picton Blue #64ACC8
Tints of Picton Blue #64ACC8
RGB
CMYK
RGB Variations
Color information
#64ACC8 (or 0x64ACC8) is known color: Picton Blue. HEX triplet: 64, AC and C8. RGB value is (100,172,200). Sum of RGB (Red+Green+Blue) = 100+172+200=472 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.19% from 472); Green value is 172 (67.58% from 255 or 36.44% from 472); Blue value is 200 (78.52% from 255 or 42.37% from 472); Max value from RGB is 200 - color contains mainly: blue. Hex color #64ACC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64ACC8 is #9B5337. Grayscale: #999999. Windows color (decimal): -10179384 or 13151332. OLE color: 13151332.
HSL color Cylindrical-coordinate representation of color #64ACC8: hue angle of 196.8º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #64ACC8 is Cyan = 0.5, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 100 | 172 | 200 | - |
| CMYK | 0.5 | 0.14 | 0 | 0.22 |
| HSL | 196.8º | 0.48% | 0.59% | - |
| HSV(B) | 196.8º | 0.5% | 0.78% | - |
| XYZ | 30.43 | 36.38 | 60.06 | - |
| YUV | 153.66 | 154.15 | 89.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 172 | 200 | 0.5 | 0.14 | 0 | 0.22 | 196.8 | 0.48 | 0.59 |
| Hex | 64 | AC | C8 | 32 | E | 0 | 16 | C5 | 30 | 3B |
| Octal | 144 | 254 | 310 | 62 | 16 | 0 | 26 | 305 | 60 | 73 |
| Binary | 1100100 | 10101100 | 11001000 | 110010 | 1110 | 0 | 10110 | 11000101 | 110000 | 111011 |
Color Harmonies of #64ACC8
Complementary color
Monochromatic Colors of #64ACC8
Black with #64ACC8
Text Example
Text Example
White with #64ACC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64ACC8; }
p { color: rgb(100,172,200); }
H1.HeaderClassName
{
color: #64ACC8;
}
.AnyTagClassName
{
color: #64ACC8;
}
</style>
background-color css
<style>
a { background-color: #64ACC8; }
a { background-color: rgb(100,172,200); }
div.DivClassName
{
background-color: #64ACC8;
}
.BgClassName
{
background-color: #64ACC8;
}
</style>
border-color css
<style>
span { border-color: #64ACC8; }
span { border-color: rgb(100,172,200); }
td.TdClassName
{
border-color: #64ACC8;
}
.TagClassName
{
border-color: #64ACC8;
}
</style>