Shades of Rich Blue #60669C
Tints of Rich Blue #60669C
RGB
CMYK
RGB Variations
Color information
#60669C (or 0x60669C) is known color: Rich Blue. HEX triplet: 60, 66 and 9C. RGB value is (96,102,156). Sum of RGB (Red+Green+Blue) = 96+102+156=354 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.12% from 354); Green value is 102 (40.23% from 255 or 28.81% from 354); Blue value is 156 (61.33% from 255 or 44.07% from 354); Max value from RGB is 156 - color contains mainly: blue. Hex color #60669C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60669C is #9F9963. Grayscale: #6A6A6A. Windows color (decimal): -10459492 or 10249824. OLE color: 10249824.
HSL color Cylindrical-coordinate representation of color #60669C: hue angle of 234º 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 #60669C is Cyan = 0.38, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 96 | 102 | 156 | - |
| CMYK | 0.38 | 0.35 | 0 | 0.39 |
| HSL | 234º | 0.24% | 0.49% | - |
| HSV(B) | 234º | 0.38% | 0.61% | - |
| XYZ | 15.58 | 14.39 | 33.41 | - |
| YUV | 106.36 | 156.01 | 120.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 102 | 156 | 0.38 | 0.35 | 0 | 0.39 | 234 | 0.24 | 0.49 |
| Hex | 60 | 66 | 9C | 26 | 23 | 0 | 27 | EA | 18 | 31 |
| Octal | 140 | 146 | 234 | 46 | 43 | 0 | 47 | 352 | 30 | 61 |
| Binary | 1100000 | 1100110 | 10011100 | 100110 | 100011 | 0 | 100111 | 11101010 | 11000 | 110001 |
Color Harmonies of #60669C
Complementary color
Monochromatic Colors of #60669C
Black with #60669C
Text Example
Text Example
White with #60669C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60669C; }
p { color: rgb(96,102,156); }
H1.HeaderClassName
{
color: #60669C;
}
.AnyTagClassName
{
color: #60669C;
}
</style>
background-color css
<style>
a { background-color: #60669C; }
a { background-color: rgb(96,102,156); }
div.DivClassName
{
background-color: #60669C;
}
.BgClassName
{
background-color: #60669C;
}
</style>
border-color css
<style>
span { border-color: #60669C; }
span { border-color: rgb(96,102,156); }
td.TdClassName
{
border-color: #60669C;
}
.TagClassName
{
border-color: #60669C;
}
</style>