Shades of Picton Blue #64A2DD
Tints of Picton Blue #64A2DD
RGB
CMYK
RGB Variations
Color information
#64A2DD (or 0x64A2DD) is known color: Picton Blue. HEX triplet: 64, A2 and DD. RGB value is (100,162,221). Sum of RGB (Red+Green+Blue) = 100+162+221=483 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.70% from 483); Green value is 162 (63.67% from 255 or 33.54% from 483); Blue value is 221 (86.72% from 255 or 45.76% from 483); Max value from RGB is 221 - color contains mainly: blue. Hex color #64A2DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64A2DD is #9B5D22. Grayscale: #959595. Windows color (decimal): -10181923 or 14525028. OLE color: 14525028.
HSL color Cylindrical-coordinate representation of color #64A2DD: hue angle of 209.26º degrees, saturation: 0.64, 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 #64A2DD is Cyan = 0.55, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 162 | 221 | - |
| CMYK | 0.55 | 0.27 | 0 | 0.13 |
| HSL | 209.26º | 0.64% | 0.63% | - |
| HSV(B) | 209.26º | 0.55% | 0.87% | - |
| XYZ | 31.23 | 33.77 | 73.28 | - |
| YUV | 150.19 | 167.96 | 92.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 162 | 221 | 0.55 | 0.27 | 0 | 0.13 | 209.26 | 0.64 | 0.63 |
| Hex | 64 | A2 | DD | 37 | 1B | 0 | D | D1 | 40 | 3F |
| Octal | 144 | 242 | 335 | 67 | 33 | 0 | 15 | 321 | 100 | 77 |
| Binary | 1100100 | 10100010 | 11011101 | 110111 | 11011 | 0 | 1101 | 11010001 | 1000000 | 111111 |
Color Harmonies of #64A2DD
Complementary color
Monochromatic Colors of #64A2DD
Black with #64A2DD
Text Example
Text Example
White with #64A2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64A2DD; }
p { color: rgb(100,162,221); }
H1.HeaderClassName
{
color: #64A2DD;
}
.AnyTagClassName
{
color: #64A2DD;
}
</style>
background-color css
<style>
a { background-color: #64A2DD; }
a { background-color: rgb(100,162,221); }
div.DivClassName
{
background-color: #64A2DD;
}
.BgClassName
{
background-color: #64A2DD;
}
</style>
border-color css
<style>
span { border-color: #64A2DD; }
span { border-color: rgb(100,162,221); }
td.TdClassName
{
border-color: #64A2DD;
}
.TagClassName
{
border-color: #64A2DD;
}
</style>