Shades of Royal Blue #6075DF
Tints of Royal Blue #6075DF
RGB
CMYK
RGB Variations
Color information
#6075DF (or 0x6075DF) is known color: Royal Blue. HEX triplet: 60, 75 and DF. RGB value is (96,117,223). Sum of RGB (Red+Green+Blue) = 96+117+223=436 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.02% from 436); Green value is 117 (46.09% from 255 or 26.83% from 436); Blue value is 223 (87.5% from 255 or 51.15% from 436); Max value from RGB is 223 - color contains mainly: blue. Hex color #6075DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6075DF is #9F8A20. Grayscale: #7A7A7A. Windows color (decimal): -10455585 or 14644576. OLE color: 14644576.
HSL color Cylindrical-coordinate representation of color #6075DF: hue angle of 230.08º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6075DF is Cyan = 0.57, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 117 | 223 | - |
| CMYK | 0.57 | 0.48 | 0 | 0.13 |
| HSL | 230.08º | 0.66% | 0.63% | - |
| HSV(B) | 230.08º | 0.57% | 0.87% | - |
| XYZ | 24.5 | 20.54 | 72.48 | - |
| YUV | 122.81 | 184.54 | 108.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 117 | 223 | 0.57 | 0.48 | 0 | 0.13 | 230.08 | 0.66 | 0.63 |
| Hex | 60 | 75 | DF | 39 | 30 | 0 | D | E6 | 42 | 3F |
| Octal | 140 | 165 | 337 | 71 | 60 | 0 | 15 | 346 | 102 | 77 |
| Binary | 1100000 | 1110101 | 11011111 | 111001 | 110000 | 0 | 1101 | 11100110 | 1000010 | 111111 |
Color Harmonies of #6075DF
Complementary color
Monochromatic Colors of #6075DF
Black with #6075DF
Text Example
Text Example
White with #6075DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6075DF; }
p { color: rgb(96,117,223); }
H1.HeaderClassName
{
color: #6075DF;
}
.AnyTagClassName
{
color: #6075DF;
}
</style>
background-color css
<style>
a { background-color: #6075DF; }
a { background-color: rgb(96,117,223); }
div.DivClassName
{
background-color: #6075DF;
}
.BgClassName
{
background-color: #6075DF;
}
</style>
border-color css
<style>
span { border-color: #6075DF; }
span { border-color: rgb(96,117,223); }
td.TdClassName
{
border-color: #6075DF;
}
.TagClassName
{
border-color: #6075DF;
}
</style>