Shades of Royal Blue #6475DF
Tints of Royal Blue #6475DF
RGB
CMYK
RGB Variations
Color information
#6475DF (or 0x6475DF) is known color: Royal Blue. HEX triplet: 64, 75 and DF. RGB value is (100,117,223). Sum of RGB (Red+Green+Blue) = 100+117+223=440 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.73% from 440); Green value is 117 (46.09% from 255 or 26.59% from 440); Blue value is 223 (87.5% from 255 or 50.68% from 440); Max value from RGB is 223 - color contains mainly: blue. Hex color #6475DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6475DF is #9B8A20. Grayscale: #7B7B7B. Windows color (decimal): -10193441 or 14644580. OLE color: 14644580.
HSL color Cylindrical-coordinate representation of color #6475DF: hue angle of 231.71º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6475DF is Cyan = 0.55, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 117 | 223 | - |
| CMYK | 0.55 | 0.48 | 0 | 0.13 |
| HSL | 231.71º | 0.66% | 0.63% | - |
| HSV(B) | 231.71º | 0.55% | 0.87% | - |
| XYZ | 24.94 | 20.76 | 72.5 | - |
| YUV | 124 | 183.87 | 110.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 117 | 223 | 0.55 | 0.48 | 0 | 0.13 | 231.71 | 0.66 | 0.63 |
| Hex | 64 | 75 | DF | 37 | 30 | 0 | D | E8 | 42 | 3F |
| Octal | 144 | 165 | 337 | 67 | 60 | 0 | 15 | 350 | 102 | 77 |
| Binary | 1100100 | 1110101 | 11011111 | 110111 | 110000 | 0 | 1101 | 11101000 | 1000010 | 111111 |
Color Harmonies of #6475DF
Complementary color
Monochromatic Colors of #6475DF
Black with #6475DF
Text Example
Text Example
White with #6475DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6475DF; }
p { color: rgb(100,117,223); }
H1.HeaderClassName
{
color: #6475DF;
}
.AnyTagClassName
{
color: #6475DF;
}
</style>
background-color css
<style>
a { background-color: #6475DF; }
a { background-color: rgb(100,117,223); }
div.DivClassName
{
background-color: #6475DF;
}
.BgClassName
{
background-color: #6475DF;
}
</style>
border-color css
<style>
span { border-color: #6475DF; }
span { border-color: rgb(100,117,223); }
td.TdClassName
{
border-color: #6475DF;
}
.TagClassName
{
border-color: #6475DF;
}
</style>