Shades of Rich Blue #64679F
Tints of Rich Blue #64679F
RGB
CMYK
RGB Variations
Color information
#64679F (or 0x64679F) is known color: Rich Blue. HEX triplet: 64, 67 and 9F. RGB value is (100,103,159). Sum of RGB (Red+Green+Blue) = 100+103+159=362 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.62% from 362); Green value is 103 (40.62% from 255 or 28.45% from 362); Blue value is 159 (62.5% from 255 or 43.92% from 362); Max value from RGB is 159 - color contains mainly: blue. Hex color #64679F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64679F is #9B9860. Grayscale: #6C6C6C. Windows color (decimal): -10197089 or 10446692. OLE color: 10446692.
HSL color Cylindrical-coordinate representation of color #64679F: hue angle of 236.95º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #64679F is Cyan = 0.37, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 100 | 103 | 159 | - |
| CMYK | 0.37 | 0.35 | 0 | 0.38 |
| HSL | 236.95º | 0.24% | 0.51% | - |
| HSV(B) | 236.95º | 0.37% | 0.62% | - |
| XYZ | 16.36 | 14.91 | 34.82 | - |
| YUV | 108.49 | 156.51 | 121.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 103 | 159 | 0.37 | 0.35 | 0 | 0.38 | 236.95 | 0.24 | 0.51 |
| Hex | 64 | 67 | 9F | 25 | 23 | 0 | 26 | ED | 18 | 33 |
| Octal | 144 | 147 | 237 | 45 | 43 | 0 | 46 | 355 | 30 | 63 |
| Binary | 1100100 | 1100111 | 10011111 | 100101 | 100011 | 0 | 100110 | 11101101 | 11000 | 110011 |
Color Harmonies of #64679F
Complementary color
Monochromatic Colors of #64679F
Black with #64679F
Text Example
Text Example
White with #64679F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64679F; }
p { color: rgb(100,103,159); }
H1.HeaderClassName
{
color: #64679F;
}
.AnyTagClassName
{
color: #64679F;
}
</style>
background-color css
<style>
a { background-color: #64679F; }
a { background-color: rgb(100,103,159); }
div.DivClassName
{
background-color: #64679F;
}
.BgClassName
{
background-color: #64679F;
}
</style>
border-color css
<style>
span { border-color: #64679F; }
span { border-color: rgb(100,103,159); }
td.TdClassName
{
border-color: #64679F;
}
.TagClassName
{
border-color: #64679F;
}
</style>