Shades of Picton Blue #64A2D7
Tints of Picton Blue #64A2D7
RGB
CMYK
RGB Variations
Color information
#64A2D7 (or 0x64A2D7) is known color: Picton Blue. HEX triplet: 64, A2 and D7. RGB value is (100,162,215). Sum of RGB (Red+Green+Blue) = 100+162+215=477 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.96% from 477); Green value is 162 (63.67% from 255 or 33.96% from 477); Blue value is 215 (84.38% from 255 or 45.07% from 477); Max value from RGB is 215 - color contains mainly: blue. Hex color #64A2D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64A2D7 is #9B5D28. Grayscale: #959595. Windows color (decimal): -10181929 or 14131812. OLE color: 14131812.
HSL color Cylindrical-coordinate representation of color #64A2D7: hue angle of 207.65º 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 #64A2D7 is Cyan = 0.53, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 100 | 162 | 215 | - |
| CMYK | 0.53 | 0.25 | 0 | 0.16 |
| HSL | 207.65º | 0.59% | 0.62% | - |
| HSV(B) | 207.65º | 0.53% | 0.84% | - |
| XYZ | 30.44 | 33.46 | 69.14 | - |
| YUV | 149.5 | 164.96 | 92.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 162 | 215 | 0.53 | 0.25 | 0 | 0.16 | 207.65 | 0.59 | 0.62 |
| Hex | 64 | A2 | D7 | 35 | 19 | 0 | 10 | D0 | 3B | 3E |
| Octal | 144 | 242 | 327 | 65 | 31 | 0 | 20 | 320 | 73 | 76 |
| Binary | 1100100 | 10100010 | 11010111 | 110101 | 11001 | 0 | 10000 | 11010000 | 111011 | 111110 |
Color Harmonies of #64A2D7
Complementary color
Monochromatic Colors of #64A2D7
Black with #64A2D7
Text Example
Text Example
White with #64A2D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64A2D7; }
p { color: rgb(100,162,215); }
H1.HeaderClassName
{
color: #64A2D7;
}
.AnyTagClassName
{
color: #64A2D7;
}
</style>
background-color css
<style>
a { background-color: #64A2D7; }
a { background-color: rgb(100,162,215); }
div.DivClassName
{
background-color: #64A2D7;
}
.BgClassName
{
background-color: #64A2D7;
}
</style>
border-color css
<style>
span { border-color: #64A2D7; }
span { border-color: rgb(100,162,215); }
td.TdClassName
{
border-color: #64A2D7;
}
.TagClassName
{
border-color: #64A2D7;
}
</style>