Shades of Rich Blue #64689D
Tints of Rich Blue #64689D
RGB
CMYK
RGB Variations
Color information
#64689D (or 0x64689D) is known color: Rich Blue. HEX triplet: 64, 68 and 9D. RGB value is (100,104,157). Sum of RGB (Red+Green+Blue) = 100+104+157=361 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.70% from 361); Green value is 104 (41.02% from 255 or 28.81% from 361); Blue value is 157 (61.72% from 255 or 43.49% from 361); Max value from RGB is 157 - color contains mainly: blue. Hex color #64689D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64689D is #9B9762. Grayscale: #6C6C6C. Windows color (decimal): -10196835 or 10315876. OLE color: 10315876.
HSL color Cylindrical-coordinate representation of color #64689D: hue angle of 235.79º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #64689D is Cyan = 0.36, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 100 | 104 | 157 | - |
| CMYK | 0.36 | 0.34 | 0 | 0.38 |
| HSL | 235.79º | 0.23% | 0.5% | - |
| HSV(B) | 235.79º | 0.36% | 0.62% | - |
| XYZ | 16.29 | 15.04 | 33.94 | - |
| YUV | 108.85 | 155.17 | 121.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 104 | 157 | 0.36 | 0.34 | 0 | 0.38 | 235.79 | 0.23 | 0.5 |
| Hex | 64 | 68 | 9D | 24 | 22 | 0 | 26 | EC | 17 | 32 |
| Octal | 144 | 150 | 235 | 44 | 42 | 0 | 46 | 354 | 27 | 62 |
| Binary | 1100100 | 1101000 | 10011101 | 100100 | 100010 | 0 | 100110 | 11101100 | 10111 | 110010 |
Color Harmonies of #64689D
Complementary color
Monochromatic Colors of #64689D
Black with #64689D
Text Example
Text Example
White with #64689D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64689D; }
p { color: rgb(100,104,157); }
H1.HeaderClassName
{
color: #64689D;
}
.AnyTagClassName
{
color: #64689D;
}
</style>
background-color css
<style>
a { background-color: #64689D; }
a { background-color: rgb(100,104,157); }
div.DivClassName
{
background-color: #64689D;
}
.BgClassName
{
background-color: #64689D;
}
</style>
border-color css
<style>
span { border-color: #64689D; }
span { border-color: rgb(100,104,157); }
td.TdClassName
{
border-color: #64689D;
}
.TagClassName
{
border-color: #64689D;
}
</style>