Shades of Rich Blue #62669D
Tints of Rich Blue #62669D
RGB
CMYK
RGB Variations
Color information
#62669D (or 0x62669D) is known color: Rich Blue. HEX triplet: 62, 66 and 9D. RGB value is (98,102,157). Sum of RGB (Red+Green+Blue) = 98+102+157=357 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.45% from 357); Green value is 102 (40.23% from 255 or 28.57% from 357); Blue value is 157 (61.72% from 255 or 43.98% from 357); Max value from RGB is 157 - color contains mainly: blue. Hex color #62669D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62669D is #9D9962. Grayscale: #6A6A6A. Windows color (decimal): -10328419 or 10315362. OLE color: 10315362.
HSL color Cylindrical-coordinate representation of color #62669D: hue angle of 235.93º 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 #62669D is Cyan = 0.38, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 98 | 102 | 157 | - |
| CMYK | 0.38 | 0.35 | 0 | 0.38 |
| HSL | 235.93º | 0.23% | 0.5% | - |
| HSV(B) | 235.93º | 0.38% | 0.62% | - |
| XYZ | 15.87 | 14.53 | 33.87 | - |
| YUV | 107.07 | 156.17 | 121.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 102 | 157 | 0.38 | 0.35 | 0 | 0.38 | 235.93 | 0.23 | 0.5 |
| Hex | 62 | 66 | 9D | 26 | 23 | 0 | 26 | EC | 17 | 32 |
| Octal | 142 | 146 | 235 | 46 | 43 | 0 | 46 | 354 | 27 | 62 |
| Binary | 1100010 | 1100110 | 10011101 | 100110 | 100011 | 0 | 100110 | 11101100 | 10111 | 110010 |
Color Harmonies of #62669D
Complementary color
Monochromatic Colors of #62669D
Black with #62669D
Text Example
Text Example
White with #62669D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62669D; }
p { color: rgb(98,102,157); }
H1.HeaderClassName
{
color: #62669D;
}
.AnyTagClassName
{
color: #62669D;
}
</style>
background-color css
<style>
a { background-color: #62669D; }
a { background-color: rgb(98,102,157); }
div.DivClassName
{
background-color: #62669D;
}
.BgClassName
{
background-color: #62669D;
}
</style>
border-color css
<style>
span { border-color: #62669D; }
span { border-color: rgb(98,102,157); }
td.TdClassName
{
border-color: #62669D;
}
.TagClassName
{
border-color: #62669D;
}
</style>