Shades of Picton Blue #64A1DB
Tints of Picton Blue #64A1DB
RGB
CMYK
RGB Variations
Color information
#64A1DB (or 0x64A1DB) is known color: Picton Blue. HEX triplet: 64, A1 and DB. RGB value is (100,161,219). Sum of RGB (Red+Green+Blue) = 100+161+219=480 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.83% from 480); Green value is 161 (63.28% from 255 or 33.54% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 219 - color contains mainly: blue. Hex color #64A1DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64A1DB is #9B5E24. Grayscale: #959595. Windows color (decimal): -10182181 or 14393700. OLE color: 14393700.
HSL color Cylindrical-coordinate representation of color #64A1DB: hue angle of 209.24º 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 #64A1DB is Cyan = 0.54, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 161 | 219 | - |
| CMYK | 0.54 | 0.26 | 0 | 0.14 |
| HSL | 209.24º | 0.62% | 0.63% | - |
| HSV(B) | 209.24º | 0.54% | 0.86% | - |
| XYZ | 30.79 | 33.31 | 71.83 | - |
| YUV | 149.37 | 167.29 | 92.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 161 | 219 | 0.54 | 0.26 | 0 | 0.14 | 209.24 | 0.62 | 0.63 |
| Hex | 64 | A1 | DB | 36 | 1A | 0 | E | D1 | 3E | 3F |
| Octal | 144 | 241 | 333 | 66 | 32 | 0 | 16 | 321 | 76 | 77 |
| Binary | 1100100 | 10100001 | 11011011 | 110110 | 11010 | 0 | 1110 | 11010001 | 111110 | 111111 |
Color Harmonies of #64A1DB
Complementary color
Monochromatic Colors of #64A1DB
Black with #64A1DB
Text Example
Text Example
White with #64A1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64A1DB; }
p { color: rgb(100,161,219); }
H1.HeaderClassName
{
color: #64A1DB;
}
.AnyTagClassName
{
color: #64A1DB;
}
</style>
background-color css
<style>
a { background-color: #64A1DB; }
a { background-color: rgb(100,161,219); }
div.DivClassName
{
background-color: #64A1DB;
}
.BgClassName
{
background-color: #64A1DB;
}
</style>
border-color css
<style>
span { border-color: #64A1DB; }
span { border-color: rgb(100,161,219); }
td.TdClassName
{
border-color: #64A1DB;
}
.TagClassName
{
border-color: #64A1DB;
}
</style>