Shades of Picton Blue #64A4DB
Tints of Picton Blue #64A4DB
RGB
CMYK
RGB Variations
Color information
#64A4DB (or 0x64A4DB) is known color: Picton Blue. HEX triplet: 64, A4 and DB. RGB value is (100,164,219). Sum of RGB (Red+Green+Blue) = 100+164+219=483 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.70% from 483); Green value is 164 (64.45% from 255 or 33.95% from 483); Blue value is 219 (85.94% from 255 or 45.34% from 483); Max value from RGB is 219 - color contains mainly: blue. Hex color #64A4DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64A4DB is #9B5B24. Grayscale: #969696. Windows color (decimal): -10181413 or 14394468. OLE color: 14394468.
HSL color Cylindrical-coordinate representation of color #64A4DB: hue angle of 207.73º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #64A4DB is Cyan = 0.54, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 164 | 219 | - |
| CMYK | 0.54 | 0.25 | 0 | 0.14 |
| HSL | 207.73º | 0.62% | 0.63% | - |
| HSV(B) | 207.73º | 0.54% | 0.86% | - |
| XYZ | 31.32 | 34.37 | 72 | - |
| YUV | 151.13 | 166.3 | 91.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 164 | 219 | 0.54 | 0.25 | 0 | 0.14 | 207.73 | 0.62 | 0.63 |
| Hex | 64 | A4 | DB | 36 | 19 | 0 | E | D0 | 3E | 3F |
| Octal | 144 | 244 | 333 | 66 | 31 | 0 | 16 | 320 | 76 | 77 |
| Binary | 1100100 | 10100100 | 11011011 | 110110 | 11001 | 0 | 1110 | 11010000 | 111110 | 111111 |
Color Harmonies of #64A4DB
Complementary color
Monochromatic Colors of #64A4DB
Black with #64A4DB
Text Example
Text Example
White with #64A4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64A4DB; }
p { color: rgb(100,164,219); }
H1.HeaderClassName
{
color: #64A4DB;
}
.AnyTagClassName
{
color: #64A4DB;
}
</style>
background-color css
<style>
a { background-color: #64A4DB; }
a { background-color: rgb(100,164,219); }
div.DivClassName
{
background-color: #64A4DB;
}
.BgClassName
{
background-color: #64A4DB;
}
</style>
border-color css
<style>
span { border-color: #64A4DB; }
span { border-color: rgb(100,164,219); }
td.TdClassName
{
border-color: #64A4DB;
}
.TagClassName
{
border-color: #64A4DB;
}
</style>