Shades of Picton Blue #64A9CF
Tints of Picton Blue #64A9CF
RGB
CMYK
RGB Variations
Color information
#64A9CF (or 0x64A9CF) is known color: Picton Blue. HEX triplet: 64, A9 and CF. RGB value is (100,169,207). Sum of RGB (Red+Green+Blue) = 100+169+207=476 (63% of max value = 765). Red value is 100 (39.45% from 255 or 21.01% from 476); Green value is 169 (66.41% from 255 or 35.50% from 476); Blue value is 207 (81.25% from 255 or 43.49% from 476); Max value from RGB is 207 - color contains mainly: blue. Hex color #64A9CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64A9CF is #9B5630. Grayscale: #989898. Windows color (decimal): -10180145 or 13609316. OLE color: 13609316.
HSL color Cylindrical-coordinate representation of color #64A9CF: hue angle of 201.31º 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 #64A9CF is Cyan = 0.52, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 100 | 169 | 207 | - |
| CMYK | 0.52 | 0.18 | 0 | 0.19 |
| HSL | 201.31º | 0.53% | 0.6% | - |
| HSV(B) | 201.31º | 0.52% | 0.81% | - |
| XYZ | 30.71 | 35.59 | 64.28 | - |
| YUV | 152.7 | 158.64 | 90.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 169 | 207 | 0.52 | 0.18 | 0 | 0.19 | 201.31 | 0.53 | 0.6 |
| Hex | 64 | A9 | CF | 34 | 12 | 0 | 13 | C9 | 35 | 3C |
| Octal | 144 | 251 | 317 | 64 | 22 | 0 | 23 | 311 | 65 | 74 |
| Binary | 1100100 | 10101001 | 11001111 | 110100 | 10010 | 0 | 10011 | 11001001 | 110101 | 111100 |
Color Harmonies of #64A9CF
Complementary color
Monochromatic Colors of #64A9CF
Black with #64A9CF
Text Example
Text Example
White with #64A9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64A9CF; }
p { color: rgb(100,169,207); }
H1.HeaderClassName
{
color: #64A9CF;
}
.AnyTagClassName
{
color: #64A9CF;
}
</style>
background-color css
<style>
a { background-color: #64A9CF; }
a { background-color: rgb(100,169,207); }
div.DivClassName
{
background-color: #64A9CF;
}
.BgClassName
{
background-color: #64A9CF;
}
</style>
border-color css
<style>
span { border-color: #64A9CF; }
span { border-color: rgb(100,169,207); }
td.TdClassName
{
border-color: #64A9CF;
}
.TagClassName
{
border-color: #64A9CF;
}
</style>