Shades of Picton Blue #64ABCD
Tints of Picton Blue #64ABCD
RGB
CMYK
RGB Variations
Color information
#64ABCD (or 0x64ABCD) is known color: Picton Blue. HEX triplet: 64, AB and CD. RGB value is (100,171,205). Sum of RGB (Red+Green+Blue) = 100+171+205=476 (63% of max value = 765). Red value is 100 (39.45% from 255 or 21.01% from 476); Green value is 171 (67.19% from 255 or 35.92% from 476); Blue value is 205 (80.47% from 255 or 43.07% from 476); Max value from RGB is 205 - color contains mainly: blue. Hex color #64ABCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64ABCD is #9B5432. Grayscale: #999999. Windows color (decimal): -10179635 or 13478756. OLE color: 13478756.
HSL color Cylindrical-coordinate representation of color #64ABCD: hue angle of 199.43º 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 #64ABCD is Cyan = 0.51, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 100 | 171 | 205 | - |
| CMYK | 0.51 | 0.17 | 0 | 0.20 |
| HSL | 199.43º | 0.51% | 0.6% | - |
| HSV(B) | 199.43º | 0.51% | 0.8% | - |
| XYZ | 30.84 | 36.24 | 63.13 | - |
| YUV | 153.65 | 156.98 | 89.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 171 | 205 | 0.51 | 0.17 | 0 | 0.20 | 199.43 | 0.51 | 0.6 |
| Hex | 64 | AB | CD | 33 | 11 | 0 | 14 | C7 | 33 | 3C |
| Octal | 144 | 253 | 315 | 63 | 21 | 0 | 24 | 307 | 63 | 74 |
| Binary | 1100100 | 10101011 | 11001101 | 110011 | 10001 | 0 | 10100 | 11000111 | 110011 | 111100 |
Color Harmonies of #64ABCD
Complementary color
Monochromatic Colors of #64ABCD
Black with #64ABCD
Text Example
Text Example
White with #64ABCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64ABCD; }
p { color: rgb(100,171,205); }
H1.HeaderClassName
{
color: #64ABCD;
}
.AnyTagClassName
{
color: #64ABCD;
}
</style>
background-color css
<style>
a { background-color: #64ABCD; }
a { background-color: rgb(100,171,205); }
div.DivClassName
{
background-color: #64ABCD;
}
.BgClassName
{
background-color: #64ABCD;
}
</style>
border-color css
<style>
span { border-color: #64ABCD; }
span { border-color: rgb(100,171,205); }
td.TdClassName
{
border-color: #64ABCD;
}
.TagClassName
{
border-color: #64ABCD;
}
</style>