Shades of Chetwode Blue #6373BD
Tints of Chetwode Blue #6373BD
RGB
CMYK
RGB Variations
Color information
#6373BD (or 0x6373BD) is known color: Chetwode Blue. HEX triplet: 63, 73 and BD. RGB value is (99,115,189). Sum of RGB (Red+Green+Blue) = 99+115+189=403 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.57% from 403); Green value is 115 (45.31% from 255 or 28.54% from 403); Blue value is 189 (74.22% from 255 or 46.90% from 403); Max value from RGB is 189 - color contains mainly: blue. Hex color #6373BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6373BD is #9C8C42. Grayscale: #767676. Windows color (decimal): -10259523 or 12415843. OLE color: 12415843.
HSL color Cylindrical-coordinate representation of color #6373BD: hue angle of 229.33º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6373BD is Cyan = 0.48, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 99 | 115 | 189 | - |
| CMYK | 0.48 | 0.39 | 0 | 0.26 |
| HSL | 229.33º | 0.41% | 0.56% | - |
| HSV(B) | 229.33º | 0.48% | 0.74% | - |
| XYZ | 20.46 | 18.59 | 50.65 | - |
| YUV | 118.65 | 167.7 | 113.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 115 | 189 | 0.48 | 0.39 | 0 | 0.26 | 229.33 | 0.41 | 0.56 |
| Hex | 63 | 73 | BD | 30 | 27 | 0 | 1A | E5 | 29 | 38 |
| Octal | 143 | 163 | 275 | 60 | 47 | 0 | 32 | 345 | 51 | 70 |
| Binary | 1100011 | 1110011 | 10111101 | 110000 | 100111 | 0 | 11010 | 11100101 | 101001 | 111000 |
Color Harmonies of #6373BD
Complementary color
Monochromatic Colors of #6373BD
Black with #6373BD
Text Example
Text Example
White with #6373BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6373BD; }
p { color: rgb(99,115,189); }
H1.HeaderClassName
{
color: #6373BD;
}
.AnyTagClassName
{
color: #6373BD;
}
</style>
background-color css
<style>
a { background-color: #6373BD; }
a { background-color: rgb(99,115,189); }
div.DivClassName
{
background-color: #6373BD;
}
.BgClassName
{
background-color: #6373BD;
}
</style>
border-color css
<style>
span { border-color: #6373BD; }
span { border-color: rgb(99,115,189); }
td.TdClassName
{
border-color: #6373BD;
}
.TagClassName
{
border-color: #6373BD;
}
</style>