Shades of Rich Blue #6264AB
Tints of Rich Blue #6264AB
RGB
CMYK
RGB Variations
Color information
#6264AB (or 0x6264AB) is known color: Rich Blue. HEX triplet: 62, 64 and AB. RGB value is (98,100,171). Sum of RGB (Red+Green+Blue) = 98+100+171=369 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.56% from 369); Green value is 100 (39.45% from 255 or 27.10% from 369); Blue value is 171 (67.19% from 255 or 46.34% from 369); Max value from RGB is 171 - color contains mainly: blue. Hex color #6264AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6264AB is #9D9B54. Grayscale: #6B6B6B. Windows color (decimal): -10328917 or 11232354. OLE color: 11232354.
HSL color Cylindrical-coordinate representation of color #6264AB: hue angle of 238.36º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6264AB is Cyan = 0.43, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 98 | 100 | 171 | - |
| CMYK | 0.43 | 0.42 | 0 | 0.33 |
| HSL | 238.36º | 0.3% | 0.53% | - |
| HSV(B) | 238.36º | 0.43% | 0.67% | - |
| XYZ | 16.94 | 14.65 | 40.46 | - |
| YUV | 107.5 | 163.84 | 121.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 100 | 171 | 0.43 | 0.42 | 0 | 0.33 | 238.36 | 0.3 | 0.53 |
| Hex | 62 | 64 | AB | 2B | 2A | 0 | 21 | EE | 1E | 35 |
| Octal | 142 | 144 | 253 | 53 | 52 | 0 | 41 | 356 | 36 | 65 |
| Binary | 1100010 | 1100100 | 10101011 | 101011 | 101010 | 0 | 100001 | 11101110 | 11110 | 110101 |
Color Harmonies of #6264AB
Complementary color
Monochromatic Colors of #6264AB
Black with #6264AB
Text Example
Text Example
White with #6264AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6264AB; }
p { color: rgb(98,100,171); }
H1.HeaderClassName
{
color: #6264AB;
}
.AnyTagClassName
{
color: #6264AB;
}
</style>
background-color css
<style>
a { background-color: #6264AB; }
a { background-color: rgb(98,100,171); }
div.DivClassName
{
background-color: #6264AB;
}
.BgClassName
{
background-color: #6264AB;
}
</style>
border-color css
<style>
span { border-color: #6264AB; }
span { border-color: rgb(98,100,171); }
td.TdClassName
{
border-color: #6264AB;
}
.TagClassName
{
border-color: #6264AB;
}
</style>