Shades of Picton Blue #64AECD
Tints of Picton Blue #64AECD
RGB
CMYK
RGB Variations
Color information
#64AECD (or 0x64AECD) is known color: Picton Blue. HEX triplet: 64, AE and CD. RGB value is (100,174,205). Sum of RGB (Red+Green+Blue) = 100+174+205=479 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.88% from 479); Green value is 174 (68.36% from 255 or 36.33% from 479); Blue value is 205 (80.47% from 255 or 42.80% from 479); Max value from RGB is 205 - color contains mainly: blue. Hex color #64AECD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64AECD is #9B5132. Grayscale: #9B9B9B. Windows color (decimal): -10178867 or 13479524. OLE color: 13479524.
HSL color Cylindrical-coordinate representation of color #64AECD: hue angle of 197.71º 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 #64AECD is Cyan = 0.51, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 100 | 174 | 205 | - |
| CMYK | 0.51 | 0.15 | 0 | 0.20 |
| HSL | 197.71º | 0.51% | 0.6% | - |
| HSV(B) | 197.71º | 0.51% | 0.8% | - |
| XYZ | 31.41 | 37.39 | 63.32 | - |
| YUV | 155.41 | 155.98 | 88.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 174 | 205 | 0.51 | 0.15 | 0 | 0.20 | 197.71 | 0.51 | 0.6 |
| Hex | 64 | AE | CD | 33 | F | 0 | 14 | C6 | 33 | 3C |
| Octal | 144 | 256 | 315 | 63 | 17 | 0 | 24 | 306 | 63 | 74 |
| Binary | 1100100 | 10101110 | 11001101 | 110011 | 1111 | 0 | 10100 | 11000110 | 110011 | 111100 |
Color Harmonies of #64AECD
Complementary color
Monochromatic Colors of #64AECD
Black with #64AECD
Text Example
Text Example
White with #64AECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AECD; }
p { color: rgb(100,174,205); }
H1.HeaderClassName
{
color: #64AECD;
}
.AnyTagClassName
{
color: #64AECD;
}
</style>
background-color css
<style>
a { background-color: #64AECD; }
a { background-color: rgb(100,174,205); }
div.DivClassName
{
background-color: #64AECD;
}
.BgClassName
{
background-color: #64AECD;
}
</style>
border-color css
<style>
span { border-color: #64AECD; }
span { border-color: rgb(100,174,205); }
td.TdClassName
{
border-color: #64AECD;
}
.TagClassName
{
border-color: #64AECD;
}
</style>