Shades of Rich Blue #6260B7
Tints of Rich Blue #6260B7
RGB
CMYK
RGB Variations
Color information
#6260B7 (or 0x6260B7) is known color: Rich Blue. HEX triplet: 62, 60 and B7. RGB value is (98,96,183). Sum of RGB (Red+Green+Blue) = 98+96+183=377 (49% of max value = 765). Red value is 98 (38.67% from 255 or 25.99% from 377); Green value is 96 (37.89% from 255 or 25.46% from 377); Blue value is 183 (71.88% from 255 or 48.54% from 377); Max value from RGB is 183 - color contains mainly: blue. Hex color #6260B7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6260B7 is #9D9F48. Grayscale: #6A6A6A. Windows color (decimal): -10329929 or 12017762. OLE color: 12017762.
HSL color Cylindrical-coordinate representation of color #6260B7: hue angle of 241.38º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6260B7 is Cyan = 0.46, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 98 | 96 | 183 | - |
| CMYK | 0.46 | 0.48 | 0 | 0.28 |
| HSL | 241.38º | 0.38% | 0.55% | - |
| HSV(B) | 241.38º | 0.48% | 0.72% | - |
| XYZ | 17.77 | 14.38 | 46.64 | - |
| YUV | 106.52 | 171.16 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 96 | 183 | 0.46 | 0.48 | 0 | 0.28 | 241.38 | 0.38 | 0.55 |
| Hex | 62 | 60 | B7 | 2E | 30 | 0 | 1C | F1 | 26 | 37 |
| Octal | 142 | 140 | 267 | 56 | 60 | 0 | 34 | 361 | 46 | 67 |
| Binary | 1100010 | 1100000 | 10110111 | 101110 | 110000 | 0 | 11100 | 11110001 | 100110 | 110111 |
Color Harmonies of #6260B7
Complementary color
Monochromatic Colors of #6260B7
Black with #6260B7
Text Example
Text Example
White with #6260B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6260B7; }
p { color: rgb(98,96,183); }
H1.HeaderClassName
{
color: #6260B7;
}
.AnyTagClassName
{
color: #6260B7;
}
</style>
background-color css
<style>
a { background-color: #6260B7; }
a { background-color: rgb(98,96,183); }
div.DivClassName
{
background-color: #6260B7;
}
.BgClassName
{
background-color: #6260B7;
}
</style>
border-color css
<style>
span { border-color: #6260B7; }
span { border-color: rgb(98,96,183); }
td.TdClassName
{
border-color: #6260B7;
}
.TagClassName
{
border-color: #6260B7;
}
</style>