Shades of Picton Blue #64A3DF
Tints of Picton Blue #64A3DF
RGB
CMYK
RGB Variations
Color information
#64A3DF (or 0x64A3DF) is known color: Picton Blue. HEX triplet: 64, A3 and DF. RGB value is (100,163,223). Sum of RGB (Red+Green+Blue) = 100+163+223=486 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.58% from 486); Green value is 163 (64.06% from 255 or 33.54% from 486); Blue value is 223 (87.5% from 255 or 45.88% from 486); Max value from RGB is 223 - color contains mainly: blue. Hex color #64A3DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64A3DF is #9B5C20. Grayscale: #969696. Windows color (decimal): -10181665 or 14656356. OLE color: 14656356.
HSL color Cylindrical-coordinate representation of color #64A3DF: hue angle of 209.27º 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 #64A3DF is Cyan = 0.55, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 163 | 223 | - |
| CMYK | 0.55 | 0.27 | 0 | 0.13 |
| HSL | 209.27º | 0.66% | 0.63% | - |
| HSV(B) | 209.27º | 0.55% | 0.87% | - |
| XYZ | 31.67 | 34.23 | 74.75 | - |
| YUV | 151 | 168.63 | 91.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 163 | 223 | 0.55 | 0.27 | 0 | 0.13 | 209.27 | 0.66 | 0.63 |
| Hex | 64 | A3 | DF | 37 | 1B | 0 | D | D1 | 42 | 3F |
| Octal | 144 | 243 | 337 | 67 | 33 | 0 | 15 | 321 | 102 | 77 |
| Binary | 1100100 | 10100011 | 11011111 | 110111 | 11011 | 0 | 1101 | 11010001 | 1000010 | 111111 |
Color Harmonies of #64A3DF
Complementary color
Monochromatic Colors of #64A3DF
Black with #64A3DF
Text Example
Text Example
White with #64A3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64A3DF; }
p { color: rgb(100,163,223); }
H1.HeaderClassName
{
color: #64A3DF;
}
.AnyTagClassName
{
color: #64A3DF;
}
</style>
background-color css
<style>
a { background-color: #64A3DF; }
a { background-color: rgb(100,163,223); }
div.DivClassName
{
background-color: #64A3DF;
}
.BgClassName
{
background-color: #64A3DF;
}
</style>
border-color css
<style>
span { border-color: #64A3DF; }
span { border-color: rgb(100,163,223); }
td.TdClassName
{
border-color: #64A3DF;
}
.TagClassName
{
border-color: #64A3DF;
}
</style>