Shades of Rich Blue #64679A
Tints of Rich Blue #64679A
RGB
CMYK
RGB Variations
Color information
#64679A (or 0x64679A) is known color: Rich Blue. HEX triplet: 64, 67 and 9A. RGB value is (100,103,154). Sum of RGB (Red+Green+Blue) = 100+103+154=357 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.01% from 357); Green value is 103 (40.62% from 255 or 28.85% from 357); Blue value is 154 (60.55% from 255 or 43.14% from 357); Max value from RGB is 154 - color contains mainly: blue. Hex color #64679A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64679A is #9B9865. Grayscale: #6B6B6B. Windows color (decimal): -10197094 or 10119012. OLE color: 10119012.
HSL color Cylindrical-coordinate representation of color #64679A: hue angle of 236.67º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #64679A is Cyan = 0.35, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 100 | 103 | 154 | - |
| CMYK | 0.35 | 0.33 | 0 | 0.40 |
| HSL | 236.67º | 0.21% | 0.5% | - |
| HSV(B) | 236.67º | 0.35% | 0.6% | - |
| XYZ | 15.94 | 14.74 | 32.58 | - |
| YUV | 107.92 | 154.01 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 103 | 154 | 0.35 | 0.33 | 0 | 0.40 | 236.67 | 0.21 | 0.5 |
| Hex | 64 | 67 | 9A | 23 | 21 | 0 | 28 | ED | 15 | 32 |
| Octal | 144 | 147 | 232 | 43 | 41 | 0 | 50 | 355 | 25 | 62 |
| Binary | 1100100 | 1100111 | 10011010 | 100011 | 100001 | 0 | 101000 | 11101101 | 10101 | 110010 |
Color Harmonies of #64679A
Complementary color
Monochromatic Colors of #64679A
Black with #64679A
Text Example
Text Example
White with #64679A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64679A; }
p { color: rgb(100,103,154); }
H1.HeaderClassName
{
color: #64679A;
}
.AnyTagClassName
{
color: #64679A;
}
</style>
background-color css
<style>
a { background-color: #64679A; }
a { background-color: rgb(100,103,154); }
div.DivClassName
{
background-color: #64679A;
}
.BgClassName
{
background-color: #64679A;
}
</style>
border-color css
<style>
span { border-color: #64679A; }
span { border-color: rgb(100,103,154); }
td.TdClassName
{
border-color: #64679A;
}
.TagClassName
{
border-color: #64679A;
}
</style>