Shades of Rich Blue #6466A0
Tints of Rich Blue #6466A0
RGB
CMYK
RGB Variations
Color information
#6466A0 (or 0x6466A0) is known color: Rich Blue. HEX triplet: 64, 66 and A0. RGB value is (100,102,160). Sum of RGB (Red+Green+Blue) = 100+102+160=362 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.62% from 362); Green value is 102 (40.23% from 255 or 28.18% from 362); Blue value is 160 (62.89% from 255 or 44.20% from 362); Max value from RGB is 160 - color contains mainly: blue. Hex color #6466A0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6466A0 is #9B995F. Grayscale: #6B6B6B. Windows color (decimal): -10197344 or 10511972. OLE color: 10511972.
HSL color Cylindrical-coordinate representation of color #6466A0: hue angle of 238º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6466A0 is Cyan = 0.38, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 100 | 102 | 160 | - |
| CMYK | 0.38 | 0.36 | 0 | 0.37 |
| HSL | 238º | 0.24% | 0.51% | - |
| HSV(B) | 238º | 0.38% | 0.63% | - |
| XYZ | 16.35 | 14.75 | 35.24 | - |
| YUV | 108.01 | 157.34 | 122.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 102 | 160 | 0.38 | 0.36 | 0 | 0.37 | 238 | 0.24 | 0.51 |
| Hex | 64 | 66 | A0 | 26 | 24 | 0 | 25 | EE | 18 | 33 |
| Octal | 144 | 146 | 240 | 46 | 44 | 0 | 45 | 356 | 30 | 63 |
| Binary | 1100100 | 1100110 | 10100000 | 100110 | 100100 | 0 | 100101 | 11101110 | 11000 | 110011 |
Color Harmonies of #6466A0
Complementary color
Monochromatic Colors of #6466A0
Black with #6466A0
Text Example
Text Example
White with #6466A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6466A0; }
p { color: rgb(100,102,160); }
H1.HeaderClassName
{
color: #6466A0;
}
.AnyTagClassName
{
color: #6466A0;
}
</style>
background-color css
<style>
a { background-color: #6466A0; }
a { background-color: rgb(100,102,160); }
div.DivClassName
{
background-color: #6466A0;
}
.BgClassName
{
background-color: #6466A0;
}
</style>
border-color css
<style>
span { border-color: #6466A0; }
span { border-color: rgb(100,102,160); }
td.TdClassName
{
border-color: #6466A0;
}
.TagClassName
{
border-color: #6466A0;
}
</style>