Shades of Rich Blue #6064AB
Tints of Rich Blue #6064AB
RGB
CMYK
RGB Variations
Color information
#6064AB (or 0x6064AB) is known color: Rich Blue. HEX triplet: 60, 64 and AB. RGB value is (96,100,171). Sum of RGB (Red+Green+Blue) = 96+100+171=367 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.16% from 367); Green value is 100 (39.45% from 255 or 27.25% from 367); Blue value is 171 (67.19% from 255 or 46.59% from 367); Max value from RGB is 171 - color contains mainly: blue. Hex color #6064AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6064AB is #9F9B54. Grayscale: #6A6A6A. Windows color (decimal): -10459989 or 11232352. OLE color: 11232352.
HSL color Cylindrical-coordinate representation of color #6064AB: hue angle of 236.8º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6064AB is Cyan = 0.44, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 96 | 100 | 171 | - |
| CMYK | 0.44 | 0.42 | 0 | 0.33 |
| HSL | 236.8º | 0.31% | 0.52% | - |
| HSV(B) | 236.8º | 0.44% | 0.67% | - |
| XYZ | 16.73 | 14.54 | 40.45 | - |
| YUV | 106.9 | 164.17 | 120.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 100 | 171 | 0.44 | 0.42 | 0 | 0.33 | 236.8 | 0.31 | 0.52 |
| Hex | 60 | 64 | AB | 2C | 2A | 0 | 21 | ED | 1F | 34 |
| Octal | 140 | 144 | 253 | 54 | 52 | 0 | 41 | 355 | 37 | 64 |
| Binary | 1100000 | 1100100 | 10101011 | 101100 | 101010 | 0 | 100001 | 11101101 | 11111 | 110100 |
Color Harmonies of #6064AB
Complementary color
Monochromatic Colors of #6064AB
Black with #6064AB
Text Example
Text Example
White with #6064AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6064AB; }
p { color: rgb(96,100,171); }
H1.HeaderClassName
{
color: #6064AB;
}
.AnyTagClassName
{
color: #6064AB;
}
</style>
background-color css
<style>
a { background-color: #6064AB; }
a { background-color: rgb(96,100,171); }
div.DivClassName
{
background-color: #6064AB;
}
.BgClassName
{
background-color: #6064AB;
}
</style>
border-color css
<style>
span { border-color: #6064AB; }
span { border-color: rgb(96,100,171); }
td.TdClassName
{
border-color: #6064AB;
}
.TagClassName
{
border-color: #6064AB;
}
</style>