Shades of Rich Blue #6562AB
Tints of Rich Blue #6562AB
RGB
CMYK
RGB Variations
Color information
#6562AB (or 0x6562AB) is known color: Rich Blue. HEX triplet: 65, 62 and AB. RGB value is (101,98,171). Sum of RGB (Red+Green+Blue) = 101+98+171=370 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.30% from 370); Green value is 98 (38.67% from 255 or 26.49% from 370); Blue value is 171 (67.19% from 255 or 46.22% from 370); Max value from RGB is 171 - color contains mainly: blue. Hex color #6562AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6562AB is #9A9D54. Grayscale: #6A6A6A. Windows color (decimal): -10132821 or 11231845. OLE color: 11231845.
HSL color Cylindrical-coordinate representation of color #6562AB: hue angle of 242.47º 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 #6562AB is Cyan = 0.41, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 101 | 98 | 171 | - |
| CMYK | 0.41 | 0.43 | 0 | 0.33 |
| HSL | 242.47º | 0.3% | 0.53% | - |
| HSV(B) | 242.47º | 0.43% | 0.67% | - |
| XYZ | 17.09 | 14.44 | 40.42 | - |
| YUV | 107.22 | 163.99 | 123.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 98 | 171 | 0.41 | 0.43 | 0 | 0.33 | 242.47 | 0.3 | 0.53 |
| Hex | 65 | 62 | AB | 29 | 2B | 0 | 21 | F2 | 1E | 35 |
| Octal | 145 | 142 | 253 | 51 | 53 | 0 | 41 | 362 | 36 | 65 |
| Binary | 1100101 | 1100010 | 10101011 | 101001 | 101011 | 0 | 100001 | 11110010 | 11110 | 110101 |
Color Harmonies of #6562AB
Complementary color
Monochromatic Colors of #6562AB
Black with #6562AB
Text Example
Text Example
White with #6562AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6562AB; }
p { color: rgb(101,98,171); }
H1.HeaderClassName
{
color: #6562AB;
}
.AnyTagClassName
{
color: #6562AB;
}
</style>
background-color css
<style>
a { background-color: #6562AB; }
a { background-color: rgb(101,98,171); }
div.DivClassName
{
background-color: #6562AB;
}
.BgClassName
{
background-color: #6562AB;
}
</style>
border-color css
<style>
span { border-color: #6562AB; }
span { border-color: rgb(101,98,171); }
td.TdClassName
{
border-color: #6562AB;
}
.TagClassName
{
border-color: #6562AB;
}
</style>