Shades of Rich Blue #62689D
Tints of Rich Blue #62689D
RGB
CMYK
RGB Variations
Color information
#62689D (or 0x62689D) is known color: Rich Blue. HEX triplet: 62, 68 and 9D. RGB value is (98,104,157). Sum of RGB (Red+Green+Blue) = 98+104+157=359 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.30% from 359); Green value is 104 (41.02% from 255 or 28.97% from 359); Blue value is 157 (61.72% from 255 or 43.73% from 359); Max value from RGB is 157 - color contains mainly: blue. Hex color #62689D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62689D is #9D9762. Grayscale: #6C6C6C. Windows color (decimal): -10327907 or 10315874. OLE color: 10315874.
HSL color Cylindrical-coordinate representation of color #62689D: hue angle of 233.9º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #62689D is Cyan = 0.38, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 98 | 104 | 157 | - |
| CMYK | 0.38 | 0.34 | 0 | 0.38 |
| HSL | 233.9º | 0.23% | 0.5% | - |
| HSV(B) | 233.9º | 0.38% | 0.62% | - |
| XYZ | 16.07 | 14.93 | 33.93 | - |
| YUV | 108.25 | 155.51 | 120.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 104 | 157 | 0.38 | 0.34 | 0 | 0.38 | 233.9 | 0.23 | 0.5 |
| Hex | 62 | 68 | 9D | 26 | 22 | 0 | 26 | EA | 17 | 32 |
| Octal | 142 | 150 | 235 | 46 | 42 | 0 | 46 | 352 | 27 | 62 |
| Binary | 1100010 | 1101000 | 10011101 | 100110 | 100010 | 0 | 100110 | 11101010 | 10111 | 110010 |
Color Harmonies of #62689D
Complementary color
Monochromatic Colors of #62689D
Black with #62689D
Text Example
Text Example
White with #62689D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62689D; }
p { color: rgb(98,104,157); }
H1.HeaderClassName
{
color: #62689D;
}
.AnyTagClassName
{
color: #62689D;
}
</style>
background-color css
<style>
a { background-color: #62689D; }
a { background-color: rgb(98,104,157); }
div.DivClassName
{
background-color: #62689D;
}
.BgClassName
{
background-color: #62689D;
}
</style>
border-color css
<style>
span { border-color: #62689D; }
span { border-color: rgb(98,104,157); }
td.TdClassName
{
border-color: #62689D;
}
.TagClassName
{
border-color: #62689D;
}
</style>