Shades of Royal Blue #6475DC
Tints of Royal Blue #6475DC
RGB
CMYK
RGB Variations
Color information
#6475DC (or 0x6475DC) is known color: Royal Blue. HEX triplet: 64, 75 and DC. RGB value is (100,117,220). Sum of RGB (Red+Green+Blue) = 100+117+220=437 (57% of max value = 765). Red value is 100 (39.45% from 255 or 22.88% from 437); Green value is 117 (46.09% from 255 or 26.77% from 437); Blue value is 220 (86.33% from 255 or 50.34% from 437); Max value from RGB is 220 - color contains mainly: blue. Hex color #6475DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6475DC is #9B8A23. Grayscale: #7B7B7B. Windows color (decimal): -10193444 or 14447972. OLE color: 14447972.
HSL color Cylindrical-coordinate representation of color #6475DC: hue angle of 231.5º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6475DC is Cyan = 0.55, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 117 | 220 | - |
| CMYK | 0.55 | 0.47 | 0 | 0.14 |
| HSL | 231.5º | 0.63% | 0.63% | - |
| HSV(B) | 231.5º | 0.55% | 0.86% | - |
| XYZ | 24.54 | 20.6 | 70.39 | - |
| YUV | 123.66 | 182.37 | 111.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 117 | 220 | 0.55 | 0.47 | 0 | 0.14 | 231.5 | 0.63 | 0.63 |
| Hex | 64 | 75 | DC | 37 | 2F | 0 | E | E8 | 3F | 3F |
| Octal | 144 | 165 | 334 | 67 | 57 | 0 | 16 | 350 | 77 | 77 |
| Binary | 1100100 | 1110101 | 11011100 | 110111 | 101111 | 0 | 1110 | 11101000 | 111111 | 111111 |
Color Harmonies of #6475DC
Complementary color
Monochromatic Colors of #6475DC
Black with #6475DC
Text Example
Text Example
White with #6475DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6475DC; }
p { color: rgb(100,117,220); }
H1.HeaderClassName
{
color: #6475DC;
}
.AnyTagClassName
{
color: #6475DC;
}
</style>
background-color css
<style>
a { background-color: #6475DC; }
a { background-color: rgb(100,117,220); }
div.DivClassName
{
background-color: #6475DC;
}
.BgClassName
{
background-color: #6475DC;
}
</style>
border-color css
<style>
span { border-color: #6475DC; }
span { border-color: rgb(100,117,220); }
td.TdClassName
{
border-color: #6475DC;
}
.TagClassName
{
border-color: #6475DC;
}
</style>