Shades of Picton Blue #64A5CA
Tints of Picton Blue #64A5CA
RGB
CMYK
RGB Variations
Color information
#64A5CA (or 0x64A5CA) is known color: Picton Blue. HEX triplet: 64, A5 and CA. RGB value is (100,165,202). Sum of RGB (Red+Green+Blue) = 100+165+202=467 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.41% from 467); Green value is 165 (64.84% from 255 or 35.33% from 467); Blue value is 202 (79.30% from 255 or 43.25% from 467); Max value from RGB is 202 - color contains mainly: blue. Hex color #64A5CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64A5CA is #9B5A35. Grayscale: #959595. Windows color (decimal): -10181174 or 13280612. OLE color: 13280612.
HSL color Cylindrical-coordinate representation of color #64A5CA: hue angle of 201.76º 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 #64A5CA is Cyan = 0.50, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 100 | 165 | 202 | - |
| CMYK | 0.50 | 0.18 | 0 | 0.21 |
| HSL | 201.76º | 0.49% | 0.59% | - |
| HSV(B) | 201.76º | 0.5% | 0.79% | - |
| XYZ | 29.37 | 33.88 | 60.87 | - |
| YUV | 149.78 | 157.47 | 92.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 165 | 202 | 0.50 | 0.18 | 0 | 0.21 | 201.76 | 0.49 | 0.59 |
| Hex | 64 | A5 | CA | 32 | 12 | 0 | 15 | CA | 31 | 3B |
| Octal | 144 | 245 | 312 | 62 | 22 | 0 | 25 | 312 | 61 | 73 |
| Binary | 1100100 | 10100101 | 11001010 | 110010 | 10010 | 0 | 10101 | 11001010 | 110001 | 111011 |
Color Harmonies of #64A5CA
Complementary color
Monochromatic Colors of #64A5CA
Black with #64A5CA
Text Example
Text Example
White with #64A5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64A5CA; }
p { color: rgb(100,165,202); }
H1.HeaderClassName
{
color: #64A5CA;
}
.AnyTagClassName
{
color: #64A5CA;
}
</style>
background-color css
<style>
a { background-color: #64A5CA; }
a { background-color: rgb(100,165,202); }
div.DivClassName
{
background-color: #64A5CA;
}
.BgClassName
{
background-color: #64A5CA;
}
</style>
border-color css
<style>
span { border-color: #64A5CA; }
span { border-color: rgb(100,165,202); }
td.TdClassName
{
border-color: #64A5CA;
}
.TagClassName
{
border-color: #64A5CA;
}
</style>