Shades of Picton Blue #64ACC7
Tints of Picton Blue #64ACC7
RGB
CMYK
RGB Variations
Color information
#64ACC7 (or 0x64ACC7) is known color: Picton Blue. HEX triplet: 64, AC and C7. RGB value is (100,172,199). Sum of RGB (Red+Green+Blue) = 100+172+199=471 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.23% from 471); Green value is 172 (67.58% from 255 or 36.52% from 471); Blue value is 199 (78.12% from 255 or 42.25% from 471); Max value from RGB is 199 - color contains mainly: blue. Hex color #64ACC7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64ACC7 is #9B5338. Grayscale: #999999. Windows color (decimal): -10179385 or 13085796. OLE color: 13085796.
HSL color Cylindrical-coordinate representation of color #64ACC7: hue angle of 196.36º degrees, saturation: 0.47, 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 #64ACC7 is Cyan = 0.50, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 100 | 172 | 199 | - |
| CMYK | 0.50 | 0.14 | 0 | 0.22 |
| HSL | 196.36º | 0.47% | 0.59% | - |
| HSV(B) | 196.36º | 0.5% | 0.78% | - |
| XYZ | 30.32 | 36.34 | 59.45 | - |
| YUV | 153.55 | 153.65 | 89.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 172 | 199 | 0.50 | 0.14 | 0 | 0.22 | 196.36 | 0.47 | 0.59 |
| Hex | 64 | AC | C7 | 32 | E | 0 | 16 | C4 | 2F | 3B |
| Octal | 144 | 254 | 307 | 62 | 16 | 0 | 26 | 304 | 57 | 73 |
| Binary | 1100100 | 10101100 | 11000111 | 110010 | 1110 | 0 | 10110 | 11000100 | 101111 | 111011 |
Color Harmonies of #64ACC7
Complementary color
Monochromatic Colors of #64ACC7
Black with #64ACC7
Text Example
Text Example
White with #64ACC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64ACC7; }
p { color: rgb(100,172,199); }
H1.HeaderClassName
{
color: #64ACC7;
}
.AnyTagClassName
{
color: #64ACC7;
}
</style>
background-color css
<style>
a { background-color: #64ACC7; }
a { background-color: rgb(100,172,199); }
div.DivClassName
{
background-color: #64ACC7;
}
.BgClassName
{
background-color: #64ACC7;
}
</style>
border-color css
<style>
span { border-color: #64ACC7; }
span { border-color: rgb(100,172,199); }
td.TdClassName
{
border-color: #64ACC7;
}
.TagClassName
{
border-color: #64ACC7;
}
</style>