Shades of Rich Blue #62689C
Tints of Rich Blue #62689C
RGB
CMYK
RGB Variations
Color information
#62689C (or 0x62689C) is known color: Rich Blue. HEX triplet: 62, 68 and 9C. RGB value is (98,104,156). Sum of RGB (Red+Green+Blue) = 98+104+156=358 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.37% from 358); Green value is 104 (41.02% from 255 or 29.05% from 358); Blue value is 156 (61.33% from 255 or 43.58% from 358); Max value from RGB is 156 - color contains mainly: blue. Hex color #62689C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62689C is #9D9763. Grayscale: #6B6B6B. Windows color (decimal): -10327908 or 10250338. OLE color: 10250338.
HSL color Cylindrical-coordinate representation of color #62689C: hue angle of 233.79º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #62689C is Cyan = 0.37, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 98 | 104 | 156 | - |
| CMYK | 0.37 | 0.33 | 0 | 0.39 |
| HSL | 233.79º | 0.23% | 0.5% | - |
| HSV(B) | 233.79º | 0.37% | 0.61% | - |
| XYZ | 15.99 | 14.9 | 33.49 | - |
| YUV | 108.13 | 155.01 | 120.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 104 | 156 | 0.37 | 0.33 | 0 | 0.39 | 233.79 | 0.23 | 0.5 |
| Hex | 62 | 68 | 9C | 25 | 21 | 0 | 27 | EA | 17 | 32 |
| Octal | 142 | 150 | 234 | 45 | 41 | 0 | 47 | 352 | 27 | 62 |
| Binary | 1100010 | 1101000 | 10011100 | 100101 | 100001 | 0 | 100111 | 11101010 | 10111 | 110010 |
Color Harmonies of #62689C
Complementary color
Monochromatic Colors of #62689C
Black with #62689C
Text Example
Text Example
White with #62689C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62689C; }
p { color: rgb(98,104,156); }
H1.HeaderClassName
{
color: #62689C;
}
.AnyTagClassName
{
color: #62689C;
}
</style>
background-color css
<style>
a { background-color: #62689C; }
a { background-color: rgb(98,104,156); }
div.DivClassName
{
background-color: #62689C;
}
.BgClassName
{
background-color: #62689C;
}
</style>
border-color css
<style>
span { border-color: #62689C; }
span { border-color: rgb(98,104,156); }
td.TdClassName
{
border-color: #62689C;
}
.TagClassName
{
border-color: #62689C;
}
</style>