Shades of Royal Blue #6075ED
Tints of Royal Blue #6075ED
RGB
CMYK
RGB Variations
Color information
#6075ED (or 0x6075ED) is known color: Royal Blue. HEX triplet: 60, 75 and ED. RGB value is (96,117,237). Sum of RGB (Red+Green+Blue) = 96+117+237=450 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.33% from 450); Green value is 117 (46.09% from 255 or 26% from 450); Blue value is 237 (92.97% from 255 or 52.67% from 450); Max value from RGB is 237 - color contains mainly: blue. Hex color #6075ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6075ED is #9F8A12. Grayscale: #7B7B7B. Windows color (decimal): -10455571 or 15562080. OLE color: 15562080.
HSL color Cylindrical-coordinate representation of color #6075ED: hue angle of 231.06º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6075ED is Cyan = 0.59, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 96 | 117 | 237 | - |
| CMYK | 0.59 | 0.51 | 0 | 0.07 |
| HSL | 231.06º | 0.8% | 0.65% | - |
| HSV(B) | 231.06º | 0.59% | 0.93% | - |
| XYZ | 26.47 | 21.32 | 82.84 | - |
| YUV | 124.4 | 191.54 | 107.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 117 | 237 | 0.59 | 0.51 | 0 | 0.07 | 231.06 | 0.8 | 0.65 |
| Hex | 60 | 75 | ED | 3B | 33 | 0 | 7 | E7 | 50 | 41 |
| Octal | 140 | 165 | 355 | 73 | 63 | 0 | 7 | 347 | 120 | 101 |
| Binary | 1100000 | 1110101 | 11101101 | 111011 | 110011 | 0 | 111 | 11100111 | 1010000 | 1000001 |
Color Harmonies of #6075ED
Complementary color
Monochromatic Colors of #6075ED
Black with #6075ED
Text Example
Text Example
White with #6075ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6075ED; }
p { color: rgb(96,117,237); }
H1.HeaderClassName
{
color: #6075ED;
}
.AnyTagClassName
{
color: #6075ED;
}
</style>
background-color css
<style>
a { background-color: #6075ED; }
a { background-color: rgb(96,117,237); }
div.DivClassName
{
background-color: #6075ED;
}
.BgClassName
{
background-color: #6075ED;
}
</style>
border-color css
<style>
span { border-color: #6075ED; }
span { border-color: rgb(96,117,237); }
td.TdClassName
{
border-color: #6075ED;
}
.TagClassName
{
border-color: #6075ED;
}
</style>