Shades of Rich Blue #62669B
Tints of Rich Blue #62669B
RGB
CMYK
RGB Variations
Color information
#62669B (or 0x62669B) is known color: Rich Blue. HEX triplet: 62, 66 and 9B. RGB value is (98,102,155). Sum of RGB (Red+Green+Blue) = 98+102+155=355 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.61% from 355); Green value is 102 (40.23% from 255 or 28.73% from 355); Blue value is 155 (60.94% from 255 or 43.66% from 355); Max value from RGB is 155 - color contains mainly: blue. Hex color #62669B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62669B is #9D9964. Grayscale: #6A6A6A. Windows color (decimal): -10328421 or 10184290. OLE color: 10184290.
HSL color Cylindrical-coordinate representation of color #62669B: hue angle of 235.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 #62669B is Cyan = 0.37, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 98 | 102 | 155 | - |
| CMYK | 0.37 | 0.34 | 0 | 0.39 |
| HSL | 235.79º | 0.23% | 0.5% | - |
| HSV(B) | 235.79º | 0.37% | 0.61% | - |
| XYZ | 15.7 | 14.47 | 32.97 | - |
| YUV | 106.85 | 155.17 | 121.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 102 | 155 | 0.37 | 0.34 | 0 | 0.39 | 235.79 | 0.23 | 0.5 |
| Hex | 62 | 66 | 9B | 25 | 22 | 0 | 27 | EC | 17 | 32 |
| Octal | 142 | 146 | 233 | 45 | 42 | 0 | 47 | 354 | 27 | 62 |
| Binary | 1100010 | 1100110 | 10011011 | 100101 | 100010 | 0 | 100111 | 11101100 | 10111 | 110010 |
Color Harmonies of #62669B
Complementary color
Monochromatic Colors of #62669B
Black with #62669B
Text Example
Text Example
White with #62669B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62669B; }
p { color: rgb(98,102,155); }
H1.HeaderClassName
{
color: #62669B;
}
.AnyTagClassName
{
color: #62669B;
}
</style>
background-color css
<style>
a { background-color: #62669B; }
a { background-color: rgb(98,102,155); }
div.DivClassName
{
background-color: #62669B;
}
.BgClassName
{
background-color: #62669B;
}
</style>
border-color css
<style>
span { border-color: #62669B; }
span { border-color: rgb(98,102,155); }
td.TdClassName
{
border-color: #62669B;
}
.TagClassName
{
border-color: #62669B;
}
</style>