Shades of Picton Blue #64A6DB
Tints of Picton Blue #64A6DB
RGB
CMYK
RGB Variations
Color information
#64A6DB (or 0x64A6DB) is known color: Picton Blue. HEX triplet: 64, A6 and DB. RGB value is (100,166,219). Sum of RGB (Red+Green+Blue) = 100+166+219=485 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.62% from 485); Green value is 166 (65.23% from 255 or 34.23% from 485); Blue value is 219 (85.94% from 255 or 45.15% from 485); Max value from RGB is 219 - color contains mainly: blue. Hex color #64A6DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64A6DB is #9B5924. Grayscale: #989898. Windows color (decimal): -10180901 or 14394980. OLE color: 14394980.
HSL color Cylindrical-coordinate representation of color #64A6DB: hue angle of 206.72º 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 #64A6DB is Cyan = 0.54, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 166 | 219 | - |
| CMYK | 0.54 | 0.24 | 0 | 0.14 |
| HSL | 206.72º | 0.62% | 0.63% | - |
| HSV(B) | 206.72º | 0.54% | 0.86% | - |
| XYZ | 31.68 | 35.1 | 72.12 | - |
| YUV | 152.31 | 165.63 | 90.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 166 | 219 | 0.54 | 0.24 | 0 | 0.14 | 206.72 | 0.62 | 0.63 |
| Hex | 64 | A6 | DB | 36 | 18 | 0 | E | CF | 3E | 3F |
| Octal | 144 | 246 | 333 | 66 | 30 | 0 | 16 | 317 | 76 | 77 |
| Binary | 1100100 | 10100110 | 11011011 | 110110 | 11000 | 0 | 1110 | 11001111 | 111110 | 111111 |
Color Harmonies of #64A6DB
Complementary color
Monochromatic Colors of #64A6DB
Black with #64A6DB
Text Example
Text Example
White with #64A6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64A6DB; }
p { color: rgb(100,166,219); }
H1.HeaderClassName
{
color: #64A6DB;
}
.AnyTagClassName
{
color: #64A6DB;
}
</style>
background-color css
<style>
a { background-color: #64A6DB; }
a { background-color: rgb(100,166,219); }
div.DivClassName
{
background-color: #64A6DB;
}
.BgClassName
{
background-color: #64A6DB;
}
</style>
border-color css
<style>
span { border-color: #64A6DB; }
span { border-color: rgb(100,166,219); }
td.TdClassName
{
border-color: #64A6DB;
}
.TagClassName
{
border-color: #64A6DB;
}
</style>