Shades of Royal Blue #6072DA
Tints of Royal Blue #6072DA
RGB
CMYK
RGB Variations
Color information
#6072DA (or 0x6072DA) is known color: Royal Blue. HEX triplet: 60, 72 and DA. RGB value is (96,114,218). Sum of RGB (Red+Green+Blue) = 96+114+218=428 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.43% from 428); Green value is 114 (44.92% from 255 or 26.64% from 428); Blue value is 218 (85.55% from 255 or 50.93% from 428); Max value from RGB is 218 - color contains mainly: blue. Hex color #6072DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6072DA is #9F8D25. Grayscale: #787878. Windows color (decimal): -10456358 or 14316128. OLE color: 14316128.
HSL color Cylindrical-coordinate representation of color #6072DA: hue angle of 231.15º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6072DA is Cyan = 0.56, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 96 | 114 | 218 | - |
| CMYK | 0.56 | 0.48 | 0 | 0.15 |
| HSL | 231.15º | 0.62% | 0.62% | - |
| HSV(B) | 231.15º | 0.56% | 0.85% | - |
| XYZ | 23.5 | 19.58 | 68.87 | - |
| YUV | 120.47 | 183.04 | 110.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 114 | 218 | 0.56 | 0.48 | 0 | 0.15 | 231.15 | 0.62 | 0.62 |
| Hex | 60 | 72 | DA | 38 | 30 | 0 | F | E7 | 3E | 3E |
| Octal | 140 | 162 | 332 | 70 | 60 | 0 | 17 | 347 | 76 | 76 |
| Binary | 1100000 | 1110010 | 11011010 | 111000 | 110000 | 0 | 1111 | 11100111 | 111110 | 111110 |
Color Harmonies of #6072DA
Complementary color
Monochromatic Colors of #6072DA
Black with #6072DA
Text Example
Text Example
White with #6072DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6072DA; }
p { color: rgb(96,114,218); }
H1.HeaderClassName
{
color: #6072DA;
}
.AnyTagClassName
{
color: #6072DA;
}
</style>
background-color css
<style>
a { background-color: #6072DA; }
a { background-color: rgb(96,114,218); }
div.DivClassName
{
background-color: #6072DA;
}
.BgClassName
{
background-color: #6072DA;
}
</style>
border-color css
<style>
span { border-color: #6072DA; }
span { border-color: rgb(96,114,218); }
td.TdClassName
{
border-color: #6072DA;
}
.TagClassName
{
border-color: #6072DA;
}
</style>