Shades of Picton Blue #64A3CB
Tints of Picton Blue #64A3CB
RGB
CMYK
RGB Variations
Color information
#64A3CB (or 0x64A3CB) is known color: Picton Blue. HEX triplet: 64, A3 and CB. RGB value is (100,163,203). Sum of RGB (Red+Green+Blue) = 100+163+203=466 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.46% from 466); Green value is 163 (64.06% from 255 or 34.98% from 466); Blue value is 203 (79.69% from 255 or 43.56% from 466); Max value from RGB is 203 - color contains mainly: blue. Hex color #64A3CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64A3CB is #9B5C34. Grayscale: #949494. Windows color (decimal): -10181685 or 13345636. OLE color: 13345636.
HSL color Cylindrical-coordinate representation of color #64A3CB: hue angle of 203.3º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #64A3CB is Cyan = 0.51, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 100 | 163 | 203 | - |
| CMYK | 0.51 | 0.20 | 0 | 0.20 |
| HSL | 203.3º | 0.5% | 0.59% | - |
| HSV(B) | 203.3º | 0.51% | 0.8% | - |
| XYZ | 29.13 | 33.22 | 61.38 | - |
| YUV | 148.72 | 158.63 | 93.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 163 | 203 | 0.51 | 0.20 | 0 | 0.20 | 203.3 | 0.5 | 0.59 |
| Hex | 64 | A3 | CB | 33 | 14 | 0 | 14 | CB | 32 | 3B |
| Octal | 144 | 243 | 313 | 63 | 24 | 0 | 24 | 313 | 62 | 73 |
| Binary | 1100100 | 10100011 | 11001011 | 110011 | 10100 | 0 | 10100 | 11001011 | 110010 | 111011 |
Color Harmonies of #64A3CB
Complementary color
Monochromatic Colors of #64A3CB
Black with #64A3CB
Text Example
Text Example
White with #64A3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64A3CB; }
p { color: rgb(100,163,203); }
H1.HeaderClassName
{
color: #64A3CB;
}
.AnyTagClassName
{
color: #64A3CB;
}
</style>
background-color css
<style>
a { background-color: #64A3CB; }
a { background-color: rgb(100,163,203); }
div.DivClassName
{
background-color: #64A3CB;
}
.BgClassName
{
background-color: #64A3CB;
}
</style>
border-color css
<style>
span { border-color: #64A3CB; }
span { border-color: rgb(100,163,203); }
td.TdClassName
{
border-color: #64A3CB;
}
.TagClassName
{
border-color: #64A3CB;
}
</style>