Shades of Chetwode Blue #6370B1
Tints of Chetwode Blue #6370B1
RGB
CMYK
RGB Variations
Color information
#6370B1 (or 0x6370B1) is known color: Chetwode Blue. HEX triplet: 63, 70 and B1. RGB value is (99,112,177). Sum of RGB (Red+Green+Blue) = 99+112+177=388 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.52% from 388); Green value is 112 (44.14% from 255 or 28.87% from 388); Blue value is 177 (69.53% from 255 or 45.62% from 388); Max value from RGB is 177 - color contains mainly: blue. Hex color #6370B1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6370B1 is #9C8F4E. Grayscale: #737373. Windows color (decimal): -10260303 or 11628643. OLE color: 11628643.
HSL color Cylindrical-coordinate representation of color #6370B1: hue angle of 230º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6370B1 is Cyan = 0.44, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 99 | 112 | 177 | - |
| CMYK | 0.44 | 0.37 | 0 | 0.31 |
| HSL | 230º | 0.33% | 0.54% | - |
| HSV(B) | 230º | 0.44% | 0.69% | - |
| XYZ | 18.88 | 17.42 | 43.96 | - |
| YUV | 115.52 | 162.69 | 116.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 112 | 177 | 0.44 | 0.37 | 0 | 0.31 | 230 | 0.33 | 0.54 |
| Hex | 63 | 70 | B1 | 2C | 25 | 0 | 1F | E6 | 21 | 36 |
| Octal | 143 | 160 | 261 | 54 | 45 | 0 | 37 | 346 | 41 | 66 |
| Binary | 1100011 | 1110000 | 10110001 | 101100 | 100101 | 0 | 11111 | 11100110 | 100001 | 110110 |
Color Harmonies of #6370B1
Complementary color
Monochromatic Colors of #6370B1
Black with #6370B1
Text Example
Text Example
White with #6370B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6370B1; }
p { color: rgb(99,112,177); }
H1.HeaderClassName
{
color: #6370B1;
}
.AnyTagClassName
{
color: #6370B1;
}
</style>
background-color css
<style>
a { background-color: #6370B1; }
a { background-color: rgb(99,112,177); }
div.DivClassName
{
background-color: #6370B1;
}
.BgClassName
{
background-color: #6370B1;
}
</style>
border-color css
<style>
span { border-color: #6370B1; }
span { border-color: rgb(99,112,177); }
td.TdClassName
{
border-color: #6370B1;
}
.TagClassName
{
border-color: #6370B1;
}
</style>