Shades of Picton Blue #64A4DF
Tints of Picton Blue #64A4DF
RGB
CMYK
RGB Variations
Color information
#64A4DF (or 0x64A4DF) is known color: Picton Blue. HEX triplet: 64, A4 and DF. RGB value is (100,164,223). Sum of RGB (Red+Green+Blue) = 100+164+223=487 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.53% from 487); Green value is 164 (64.45% from 255 or 33.68% from 487); Blue value is 223 (87.5% from 255 or 45.79% from 487); Max value from RGB is 223 - color contains mainly: blue. Hex color #64A4DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64A4DF is #9B5B20. Grayscale: #979797. Windows color (decimal): -10181409 or 14656612. OLE color: 14656612.
HSL color Cylindrical-coordinate representation of color #64A4DF: hue angle of 208.78º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64A4DF is Cyan = 0.55, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 164 | 223 | - |
| CMYK | 0.55 | 0.26 | 0 | 0.13 |
| HSL | 208.78º | 0.66% | 0.63% | - |
| HSV(B) | 208.78º | 0.55% | 0.87% | - |
| XYZ | 31.85 | 34.59 | 74.81 | - |
| YUV | 151.59 | 168.3 | 91.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 164 | 223 | 0.55 | 0.26 | 0 | 0.13 | 208.78 | 0.66 | 0.63 |
| Hex | 64 | A4 | DF | 37 | 1A | 0 | D | D1 | 42 | 3F |
| Octal | 144 | 244 | 337 | 67 | 32 | 0 | 15 | 321 | 102 | 77 |
| Binary | 1100100 | 10100100 | 11011111 | 110111 | 11010 | 0 | 1101 | 11010001 | 1000010 | 111111 |
Color Harmonies of #64A4DF
Complementary color
Monochromatic Colors of #64A4DF
Black with #64A4DF
Text Example
Text Example
White with #64A4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64A4DF; }
p { color: rgb(100,164,223); }
H1.HeaderClassName
{
color: #64A4DF;
}
.AnyTagClassName
{
color: #64A4DF;
}
</style>
background-color css
<style>
a { background-color: #64A4DF; }
a { background-color: rgb(100,164,223); }
div.DivClassName
{
background-color: #64A4DF;
}
.BgClassName
{
background-color: #64A4DF;
}
</style>
border-color css
<style>
span { border-color: #64A4DF; }
span { border-color: rgb(100,164,223); }
td.TdClassName
{
border-color: #64A4DF;
}
.TagClassName
{
border-color: #64A4DF;
}
</style>