Shades of Picton Blue #64A0CF
Tints of Picton Blue #64A0CF
RGB
CMYK
RGB Variations
Color information
#64A0CF (or 0x64A0CF) is known color: Picton Blue. HEX triplet: 64, A0 and CF. RGB value is (100,160,207). Sum of RGB (Red+Green+Blue) = 100+160+207=467 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.41% from 467); Green value is 160 (62.89% from 255 or 34.26% from 467); Blue value is 207 (81.25% from 255 or 44.33% from 467); Max value from RGB is 207 - color contains mainly: blue. Hex color #64A0CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64A0CF is #9B5F30. Grayscale: #939393. Windows color (decimal): -10182449 or 13607012. OLE color: 13607012.
HSL color Cylindrical-coordinate representation of color #64A0CF: hue angle of 206.36º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #64A0CF is Cyan = 0.52, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 100 | 160 | 207 | - |
| CMYK | 0.52 | 0.23 | 0 | 0.19 |
| HSL | 206.36º | 0.53% | 0.6% | - |
| HSV(B) | 206.36º | 0.52% | 0.81% | - |
| XYZ | 29.09 | 32.36 | 63.74 | - |
| YUV | 147.42 | 161.62 | 94.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 160 | 207 | 0.52 | 0.23 | 0 | 0.19 | 206.36 | 0.53 | 0.6 |
| Hex | 64 | A0 | CF | 34 | 17 | 0 | 13 | CE | 35 | 3C |
| Octal | 144 | 240 | 317 | 64 | 27 | 0 | 23 | 316 | 65 | 74 |
| Binary | 1100100 | 10100000 | 11001111 | 110100 | 10111 | 0 | 10011 | 11001110 | 110101 | 111100 |
Color Harmonies of #64A0CF
Complementary color
Monochromatic Colors of #64A0CF
Black with #64A0CF
Text Example
Text Example
White with #64A0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64A0CF; }
p { color: rgb(100,160,207); }
H1.HeaderClassName
{
color: #64A0CF;
}
.AnyTagClassName
{
color: #64A0CF;
}
</style>
background-color css
<style>
a { background-color: #64A0CF; }
a { background-color: rgb(100,160,207); }
div.DivClassName
{
background-color: #64A0CF;
}
.BgClassName
{
background-color: #64A0CF;
}
</style>
border-color css
<style>
span { border-color: #64A0CF; }
span { border-color: rgb(100,160,207); }
td.TdClassName
{
border-color: #64A0CF;
}
.TagClassName
{
border-color: #64A0CF;
}
</style>