Shades of Picton Blue #64A6CA
Tints of Picton Blue #64A6CA
RGB
CMYK
RGB Variations
Color information
#64A6CA (or 0x64A6CA) is known color: Picton Blue. HEX triplet: 64, A6 and CA. RGB value is (100,166,202). Sum of RGB (Red+Green+Blue) = 100+166+202=468 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.37% from 468); Green value is 166 (65.23% from 255 or 35.47% from 468); Blue value is 202 (79.30% from 255 or 43.16% from 468); Max value from RGB is 202 - color contains mainly: blue. Hex color #64A6CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64A6CA is #9B5935. Grayscale: #969696. Windows color (decimal): -10180918 or 13280868. OLE color: 13280868.
HSL color Cylindrical-coordinate representation of color #64A6CA: hue angle of 201.18º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #64A6CA is Cyan = 0.50, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 100 | 166 | 202 | - |
| CMYK | 0.50 | 0.18 | 0 | 0.21 |
| HSL | 201.18º | 0.49% | 0.59% | - |
| HSV(B) | 201.18º | 0.5% | 0.79% | - |
| XYZ | 29.55 | 34.25 | 60.93 | - |
| YUV | 150.37 | 157.13 | 92.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 166 | 202 | 0.50 | 0.18 | 0 | 0.21 | 201.18 | 0.49 | 0.59 |
| Hex | 64 | A6 | CA | 32 | 12 | 0 | 15 | C9 | 31 | 3B |
| Octal | 144 | 246 | 312 | 62 | 22 | 0 | 25 | 311 | 61 | 73 |
| Binary | 1100100 | 10100110 | 11001010 | 110010 | 10010 | 0 | 10101 | 11001001 | 110001 | 111011 |
Color Harmonies of #64A6CA
Complementary color
Monochromatic Colors of #64A6CA
Black with #64A6CA
Text Example
Text Example
White with #64A6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64A6CA; }
p { color: rgb(100,166,202); }
H1.HeaderClassName
{
color: #64A6CA;
}
.AnyTagClassName
{
color: #64A6CA;
}
</style>
background-color css
<style>
a { background-color: #64A6CA; }
a { background-color: rgb(100,166,202); }
div.DivClassName
{
background-color: #64A6CA;
}
.BgClassName
{
background-color: #64A6CA;
}
</style>
border-color css
<style>
span { border-color: #64A6CA; }
span { border-color: rgb(100,166,202); }
td.TdClassName
{
border-color: #64A6CA;
}
.TagClassName
{
border-color: #64A6CA;
}
</style>