Shades of Rich Blue #60679D
Tints of Rich Blue #60679D
RGB
CMYK
RGB Variations
Color information
#60679D (or 0x60679D) is known color: Rich Blue. HEX triplet: 60, 67 and 9D. RGB value is (96,103,157). Sum of RGB (Red+Green+Blue) = 96+103+157=356 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.97% from 356); Green value is 103 (40.62% from 255 or 28.93% from 356); Blue value is 157 (61.72% from 255 or 44.10% from 356); Max value from RGB is 157 - color contains mainly: blue. Hex color #60679D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60679D is #9F9862. Grayscale: #6A6A6A. Windows color (decimal): -10459235 or 10315616. OLE color: 10315616.
HSL color Cylindrical-coordinate representation of color #60679D: hue angle of 233.11º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #60679D is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 96 | 103 | 157 | - |
| CMYK | 0.39 | 0.34 | 0 | 0.38 |
| HSL | 233.11º | 0.24% | 0.5% | - |
| HSV(B) | 233.11º | 0.39% | 0.62% | - |
| XYZ | 15.76 | 14.62 | 33.89 | - |
| YUV | 107.06 | 156.18 | 120.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 103 | 157 | 0.39 | 0.34 | 0 | 0.38 | 233.11 | 0.24 | 0.5 |
| Hex | 60 | 67 | 9D | 27 | 22 | 0 | 26 | E9 | 18 | 32 |
| Octal | 140 | 147 | 235 | 47 | 42 | 0 | 46 | 351 | 30 | 62 |
| Binary | 1100000 | 1100111 | 10011101 | 100111 | 100010 | 0 | 100110 | 11101001 | 11000 | 110010 |
Color Harmonies of #60679D
Complementary color
Monochromatic Colors of #60679D
Black with #60679D
Text Example
Text Example
White with #60679D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60679D; }
p { color: rgb(96,103,157); }
H1.HeaderClassName
{
color: #60679D;
}
.AnyTagClassName
{
color: #60679D;
}
</style>
background-color css
<style>
a { background-color: #60679D; }
a { background-color: rgb(96,103,157); }
div.DivClassName
{
background-color: #60679D;
}
.BgClassName
{
background-color: #60679D;
}
</style>
border-color css
<style>
span { border-color: #60679D; }
span { border-color: rgb(96,103,157); }
td.TdClassName
{
border-color: #60679D;
}
.TagClassName
{
border-color: #60679D;
}
</style>