Shades of Royal Blue #6375DB
Tints of Royal Blue #6375DB
RGB
CMYK
RGB Variations
Color information
#6375DB (or 0x6375DB) is known color: Royal Blue. HEX triplet: 63, 75 and DB. RGB value is (99,117,219). Sum of RGB (Red+Green+Blue) = 99+117+219=435 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.76% from 435); Green value is 117 (46.09% from 255 or 26.90% from 435); Blue value is 219 (85.94% from 255 or 50.34% from 435); Max value from RGB is 219 - color contains mainly: blue. Hex color #6375DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6375DB is #9C8A24. Grayscale: #7A7A7A. Windows color (decimal): -10258981 or 14382435. OLE color: 14382435.
HSL color Cylindrical-coordinate representation of color #6375DB: hue angle of 231º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6375DB is Cyan = 0.55, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 99 | 117 | 219 | - |
| CMYK | 0.55 | 0.47 | 0 | 0.14 |
| HSL | 231º | 0.63% | 0.62% | - |
| HSV(B) | 231º | 0.55% | 0.86% | - |
| XYZ | 24.29 | 20.49 | 69.69 | - |
| YUV | 123.25 | 182.04 | 110.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 117 | 219 | 0.55 | 0.47 | 0 | 0.14 | 231 | 0.63 | 0.62 |
| Hex | 63 | 75 | DB | 37 | 2F | 0 | E | E7 | 3E | 3E |
| Octal | 143 | 165 | 333 | 67 | 57 | 0 | 16 | 347 | 76 | 76 |
| Binary | 1100011 | 1110101 | 11011011 | 110111 | 101111 | 0 | 1110 | 11100111 | 111110 | 111110 |
Color Harmonies of #6375DB
Complementary color
Monochromatic Colors of #6375DB
Black with #6375DB
Text Example
Text Example
White with #6375DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6375DB; }
p { color: rgb(99,117,219); }
H1.HeaderClassName
{
color: #6375DB;
}
.AnyTagClassName
{
color: #6375DB;
}
</style>
background-color css
<style>
a { background-color: #6375DB; }
a { background-color: rgb(99,117,219); }
div.DivClassName
{
background-color: #6375DB;
}
.BgClassName
{
background-color: #6375DB;
}
</style>
border-color css
<style>
span { border-color: #6375DB; }
span { border-color: rgb(99,117,219); }
td.TdClassName
{
border-color: #6375DB;
}
.TagClassName
{
border-color: #6375DB;
}
</style>