Shades of Rich Blue #62669C
Tints of Rich Blue #62669C
RGB
CMYK
RGB Variations
Color information
#62669C (or 0x62669C) is known color: Rich Blue. HEX triplet: 62, 66 and 9C. RGB value is (98,102,156). Sum of RGB (Red+Green+Blue) = 98+102+156=356 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.53% from 356); Green value is 102 (40.23% from 255 or 28.65% from 356); Blue value is 156 (61.33% from 255 or 43.82% from 356); Max value from RGB is 156 - color contains mainly: blue. Hex color #62669C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62669C is #9D9963. Grayscale: #6A6A6A. Windows color (decimal): -10328420 or 10249826. OLE color: 10249826.
HSL color Cylindrical-coordinate representation of color #62669C: hue angle of 235.86º 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 #62669C is Cyan = 0.37, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 98 | 102 | 156 | - |
| CMYK | 0.37 | 0.35 | 0 | 0.39 |
| HSL | 235.86º | 0.23% | 0.5% | - |
| HSV(B) | 235.86º | 0.37% | 0.61% | - |
| XYZ | 15.79 | 14.5 | 33.42 | - |
| YUV | 106.96 | 155.67 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 102 | 156 | 0.37 | 0.35 | 0 | 0.39 | 235.86 | 0.23 | 0.5 |
| Hex | 62 | 66 | 9C | 25 | 23 | 0 | 27 | EC | 17 | 32 |
| Octal | 142 | 146 | 234 | 45 | 43 | 0 | 47 | 354 | 27 | 62 |
| Binary | 1100010 | 1100110 | 10011100 | 100101 | 100011 | 0 | 100111 | 11101100 | 10111 | 110010 |
Color Harmonies of #62669C
Complementary color
Monochromatic Colors of #62669C
Black with #62669C
Text Example
Text Example
White with #62669C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62669C; }
p { color: rgb(98,102,156); }
H1.HeaderClassName
{
color: #62669C;
}
.AnyTagClassName
{
color: #62669C;
}
</style>
background-color css
<style>
a { background-color: #62669C; }
a { background-color: rgb(98,102,156); }
div.DivClassName
{
background-color: #62669C;
}
.BgClassName
{
background-color: #62669C;
}
</style>
border-color css
<style>
span { border-color: #62669C; }
span { border-color: rgb(98,102,156); }
td.TdClassName
{
border-color: #62669C;
}
.TagClassName
{
border-color: #62669C;
}
</style>