Shades of Rich Blue #6567A0
Tints of Rich Blue #6567A0
RGB
CMYK
RGB Variations
Color information
#6567A0 (or 0x6567A0) is known color: Rich Blue. HEX triplet: 65, 67 and A0. RGB value is (101,103,160). Sum of RGB (Red+Green+Blue) = 101+103+160=364 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.75% from 364); Green value is 103 (40.62% from 255 or 28.30% from 364); Blue value is 160 (62.89% from 255 or 43.96% from 364); Max value from RGB is 160 - color contains mainly: blue. Hex color #6567A0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6567A0 is #9A985F. Grayscale: #6C6C6C. Windows color (decimal): -10131552 or 10512229. OLE color: 10512229.
HSL color Cylindrical-coordinate representation of color #6567A0: hue angle of 237.97º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6567A0 is Cyan = 0.37, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 101 | 103 | 160 | - |
| CMYK | 0.37 | 0.36 | 0 | 0.37 |
| HSL | 237.97º | 0.24% | 0.51% | - |
| HSV(B) | 237.97º | 0.37% | 0.63% | - |
| XYZ | 16.56 | 15.01 | 35.28 | - |
| YUV | 108.9 | 156.84 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 103 | 160 | 0.37 | 0.36 | 0 | 0.37 | 237.97 | 0.24 | 0.51 |
| Hex | 65 | 67 | A0 | 25 | 24 | 0 | 25 | EE | 18 | 33 |
| Octal | 145 | 147 | 240 | 45 | 44 | 0 | 45 | 356 | 30 | 63 |
| Binary | 1100101 | 1100111 | 10100000 | 100101 | 100100 | 0 | 100101 | 11101110 | 11000 | 110011 |
Color Harmonies of #6567A0
Complementary color
Monochromatic Colors of #6567A0
Black with #6567A0
Text Example
Text Example
White with #6567A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6567A0; }
p { color: rgb(101,103,160); }
H1.HeaderClassName
{
color: #6567A0;
}
.AnyTagClassName
{
color: #6567A0;
}
</style>
background-color css
<style>
a { background-color: #6567A0; }
a { background-color: rgb(101,103,160); }
div.DivClassName
{
background-color: #6567A0;
}
.BgClassName
{
background-color: #6567A0;
}
</style>
border-color css
<style>
span { border-color: #6567A0; }
span { border-color: rgb(101,103,160); }
td.TdClassName
{
border-color: #6567A0;
}
.TagClassName
{
border-color: #6567A0;
}
</style>