Shades of Royal Blue #6375DA
Tints of Royal Blue #6375DA
RGB
CMYK
RGB Variations
Color information
#6375DA (or 0x6375DA) is known color: Royal Blue. HEX triplet: 63, 75 and DA. RGB value is (99,117,218). Sum of RGB (Red+Green+Blue) = 99+117+218=434 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.81% from 434); Green value is 117 (46.09% from 255 or 26.96% from 434); Blue value is 218 (85.55% from 255 or 50.23% from 434); Max value from RGB is 218 - color contains mainly: blue. Hex color #6375DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6375DA is #9C8A25. Grayscale: #7A7A7A. Windows color (decimal): -10258982 or 14316899. OLE color: 14316899.
HSL color Cylindrical-coordinate representation of color #6375DA: hue angle of 230.92º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6375DA is Cyan = 0.55, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 99 | 117 | 218 | - |
| CMYK | 0.55 | 0.46 | 0 | 0.15 |
| HSL | 230.92º | 0.62% | 0.62% | - |
| HSV(B) | 230.92º | 0.55% | 0.85% | - |
| XYZ | 24.16 | 20.44 | 69 | - |
| YUV | 123.13 | 181.54 | 110.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 117 | 218 | 0.55 | 0.46 | 0 | 0.15 | 230.92 | 0.62 | 0.62 |
| Hex | 63 | 75 | DA | 37 | 2E | 0 | F | E7 | 3E | 3E |
| Octal | 143 | 165 | 332 | 67 | 56 | 0 | 17 | 347 | 76 | 76 |
| Binary | 1100011 | 1110101 | 11011010 | 110111 | 101110 | 0 | 1111 | 11100111 | 111110 | 111110 |
Color Harmonies of #6375DA
Complementary color
Monochromatic Colors of #6375DA
Black with #6375DA
Text Example
Text Example
White with #6375DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6375DA; }
p { color: rgb(99,117,218); }
H1.HeaderClassName
{
color: #6375DA;
}
.AnyTagClassName
{
color: #6375DA;
}
</style>
background-color css
<style>
a { background-color: #6375DA; }
a { background-color: rgb(99,117,218); }
div.DivClassName
{
background-color: #6375DA;
}
.BgClassName
{
background-color: #6375DA;
}
</style>
border-color css
<style>
span { border-color: #6375DA; }
span { border-color: rgb(99,117,218); }
td.TdClassName
{
border-color: #6375DA;
}
.TagClassName
{
border-color: #6375DA;
}
</style>