Shades of Picton Blue #64A8D7
Tints of Picton Blue #64A8D7
RGB
CMYK
RGB Variations
Color information
#64A8D7 (or 0x64A8D7) is known color: Picton Blue. HEX triplet: 64, A8 and D7. RGB value is (100,168,215). Sum of RGB (Red+Green+Blue) = 100+168+215=483 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.70% from 483); Green value is 168 (66.02% from 255 or 34.78% from 483); Blue value is 215 (84.38% from 255 or 44.51% from 483); Max value from RGB is 215 - color contains mainly: blue. Hex color #64A8D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64A8D7 is #9B5728. Grayscale: #989898. Windows color (decimal): -10180393 or 14133348. OLE color: 14133348.
HSL color Cylindrical-coordinate representation of color #64A8D7: hue angle of 204.52º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #64A8D7 is Cyan = 0.53, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 100 | 168 | 215 | - |
| CMYK | 0.53 | 0.22 | 0 | 0.16 |
| HSL | 204.52º | 0.59% | 0.62% | - |
| HSV(B) | 204.52º | 0.53% | 0.84% | - |
| XYZ | 31.52 | 35.62 | 69.5 | - |
| YUV | 153.03 | 162.97 | 90.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 168 | 215 | 0.53 | 0.22 | 0 | 0.16 | 204.52 | 0.59 | 0.62 |
| Hex | 64 | A8 | D7 | 35 | 16 | 0 | 10 | CD | 3B | 3E |
| Octal | 144 | 250 | 327 | 65 | 26 | 0 | 20 | 315 | 73 | 76 |
| Binary | 1100100 | 10101000 | 11010111 | 110101 | 10110 | 0 | 10000 | 11001101 | 111011 | 111110 |
Color Harmonies of #64A8D7
Complementary color
Monochromatic Colors of #64A8D7
Black with #64A8D7
Text Example
Text Example
White with #64A8D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64A8D7; }
p { color: rgb(100,168,215); }
H1.HeaderClassName
{
color: #64A8D7;
}
.AnyTagClassName
{
color: #64A8D7;
}
</style>
background-color css
<style>
a { background-color: #64A8D7; }
a { background-color: rgb(100,168,215); }
div.DivClassName
{
background-color: #64A8D7;
}
.BgClassName
{
background-color: #64A8D7;
}
</style>
border-color css
<style>
span { border-color: #64A8D7; }
span { border-color: rgb(100,168,215); }
td.TdClassName
{
border-color: #64A8D7;
}
.TagClassName
{
border-color: #64A8D7;
}
</style>