Shades of Rich Blue #60679C
Tints of Rich Blue #60679C
RGB
CMYK
RGB Variations
Color information
#60679C (or 0x60679C) is known color: Rich Blue. HEX triplet: 60, 67 and 9C. RGB value is (96,103,156). Sum of RGB (Red+Green+Blue) = 96+103+156=355 (47% of max value = 765). Red value is 96 (37.89% from 255 or 27.04% from 355); Green value is 103 (40.62% from 255 or 29.01% from 355); Blue value is 156 (61.33% from 255 or 43.94% from 355); Max value from RGB is 156 - color contains mainly: blue. Hex color #60679C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60679C is #9F9863. Grayscale: #6A6A6A. Windows color (decimal): -10459236 or 10250080. OLE color: 10250080.
HSL color Cylindrical-coordinate representation of color #60679C: hue angle of 233º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #60679C is Cyan = 0.38, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 96 | 103 | 156 | - |
| CMYK | 0.38 | 0.34 | 0 | 0.39 |
| HSL | 233º | 0.24% | 0.49% | - |
| HSV(B) | 233º | 0.38% | 0.61% | - |
| XYZ | 15.67 | 14.59 | 33.44 | - |
| YUV | 106.95 | 155.68 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 103 | 156 | 0.38 | 0.34 | 0 | 0.39 | 233 | 0.24 | 0.49 |
| Hex | 60 | 67 | 9C | 26 | 22 | 0 | 27 | E9 | 18 | 31 |
| Octal | 140 | 147 | 234 | 46 | 42 | 0 | 47 | 351 | 30 | 61 |
| Binary | 1100000 | 1100111 | 10011100 | 100110 | 100010 | 0 | 100111 | 11101001 | 11000 | 110001 |
Color Harmonies of #60679C
Complementary color
Monochromatic Colors of #60679C
Black with #60679C
Text Example
Text Example
White with #60679C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60679C; }
p { color: rgb(96,103,156); }
H1.HeaderClassName
{
color: #60679C;
}
.AnyTagClassName
{
color: #60679C;
}
</style>
background-color css
<style>
a { background-color: #60679C; }
a { background-color: rgb(96,103,156); }
div.DivClassName
{
background-color: #60679C;
}
.BgClassName
{
background-color: #60679C;
}
</style>
border-color css
<style>
span { border-color: #60679C; }
span { border-color: rgb(96,103,156); }
td.TdClassName
{
border-color: #60679C;
}
.TagClassName
{
border-color: #60679C;
}
</style>