Shades of Picton Blue #64A4CF
Tints of Picton Blue #64A4CF
RGB
CMYK
RGB Variations
Color information
#64A4CF (or 0x64A4CF) is known color: Picton Blue. HEX triplet: 64, A4 and CF. RGB value is (100,164,207). Sum of RGB (Red+Green+Blue) = 100+164+207=471 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.23% from 471); Green value is 164 (64.45% from 255 or 34.82% from 471); Blue value is 207 (81.25% from 255 or 43.95% from 471); Max value from RGB is 207 - color contains mainly: blue. Hex color #64A4CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64A4CF is #9B5B30. Grayscale: #959595. Windows color (decimal): -10181425 or 13608036. OLE color: 13608036.
HSL color Cylindrical-coordinate representation of color #64A4CF: hue angle of 204.11º 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 #64A4CF is Cyan = 0.52, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 100 | 164 | 207 | - |
| CMYK | 0.52 | 0.21 | 0 | 0.19 |
| HSL | 204.11º | 0.53% | 0.6% | - |
| HSV(B) | 204.11º | 0.52% | 0.81% | - |
| XYZ | 29.79 | 33.77 | 63.98 | - |
| YUV | 149.77 | 160.3 | 92.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 164 | 207 | 0.52 | 0.21 | 0 | 0.19 | 204.11 | 0.53 | 0.6 |
| Hex | 64 | A4 | CF | 34 | 15 | 0 | 13 | CC | 35 | 3C |
| Octal | 144 | 244 | 317 | 64 | 25 | 0 | 23 | 314 | 65 | 74 |
| Binary | 1100100 | 10100100 | 11001111 | 110100 | 10101 | 0 | 10011 | 11001100 | 110101 | 111100 |
Color Harmonies of #64A4CF
Complementary color
Monochromatic Colors of #64A4CF
Black with #64A4CF
Text Example
Text Example
White with #64A4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64A4CF; }
p { color: rgb(100,164,207); }
H1.HeaderClassName
{
color: #64A4CF;
}
.AnyTagClassName
{
color: #64A4CF;
}
</style>
background-color css
<style>
a { background-color: #64A4CF; }
a { background-color: rgb(100,164,207); }
div.DivClassName
{
background-color: #64A4CF;
}
.BgClassName
{
background-color: #64A4CF;
}
</style>
border-color css
<style>
span { border-color: #64A4CF; }
span { border-color: rgb(100,164,207); }
td.TdClassName
{
border-color: #64A4CF;
}
.TagClassName
{
border-color: #64A4CF;
}
</style>