Shades of Royal Blue #6078DC
Tints of Royal Blue #6078DC
RGB
CMYK
RGB Variations
Color information
#6078DC (or 0x6078DC) is known color: Royal Blue. HEX triplet: 60, 78 and DC. RGB value is (96,120,220). Sum of RGB (Red+Green+Blue) = 96+120+220=436 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.02% from 436); Green value is 120 (47.27% from 255 or 27.52% from 436); Blue value is 220 (86.33% from 255 or 50.46% from 436); Max value from RGB is 220 - color contains mainly: blue. Hex color #6078DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6078DC is #9F8723. Grayscale: #7B7B7B. Windows color (decimal): -10454820 or 14448736. OLE color: 14448736.
HSL color Cylindrical-coordinate representation of color #6078DC: hue angle of 228.39º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6078DC is Cyan = 0.56, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 96 | 120 | 220 | - |
| CMYK | 0.56 | 0.45 | 0 | 0.14 |
| HSL | 228.39º | 0.64% | 0.62% | - |
| HSV(B) | 228.39º | 0.56% | 0.86% | - |
| XYZ | 24.46 | 21.09 | 70.49 | - |
| YUV | 124.22 | 182.05 | 107.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 120 | 220 | 0.56 | 0.45 | 0 | 0.14 | 228.39 | 0.64 | 0.62 |
| Hex | 60 | 78 | DC | 38 | 2D | 0 | E | E4 | 40 | 3E |
| Octal | 140 | 170 | 334 | 70 | 55 | 0 | 16 | 344 | 100 | 76 |
| Binary | 1100000 | 1111000 | 11011100 | 111000 | 101101 | 0 | 1110 | 11100100 | 1000000 | 111110 |
Color Harmonies of #6078DC
Complementary color
Monochromatic Colors of #6078DC
Black with #6078DC
Text Example
Text Example
White with #6078DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6078DC; }
p { color: rgb(96,120,220); }
H1.HeaderClassName
{
color: #6078DC;
}
.AnyTagClassName
{
color: #6078DC;
}
</style>
background-color css
<style>
a { background-color: #6078DC; }
a { background-color: rgb(96,120,220); }
div.DivClassName
{
background-color: #6078DC;
}
.BgClassName
{
background-color: #6078DC;
}
</style>
border-color css
<style>
span { border-color: #6078DC; }
span { border-color: rgb(96,120,220); }
td.TdClassName
{
border-color: #6078DC;
}
.TagClassName
{
border-color: #6078DC;
}
</style>