Shades of Chetwode Blue #6370C1
Tints of Chetwode Blue #6370C1
RGB
CMYK
RGB Variations
Color information
#6370C1 (or 0x6370C1) is known color: Chetwode Blue. HEX triplet: 63, 70 and C1. RGB value is (99,112,193). Sum of RGB (Red+Green+Blue) = 99+112+193=404 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.50% from 404); Green value is 112 (44.14% from 255 or 27.72% from 404); Blue value is 193 (75.78% from 255 or 47.77% from 404); Max value from RGB is 193 - color contains mainly: blue. Hex color #6370C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6370C1 is #9C8F3E. Grayscale: #757575. Windows color (decimal): -10260287 or 12677219. OLE color: 12677219.
HSL color Cylindrical-coordinate representation of color #6370C1: hue angle of 231.7º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6370C1 is Cyan = 0.49, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 99 | 112 | 193 | - |
| CMYK | 0.49 | 0.42 | 0 | 0.24 |
| HSL | 231.7º | 0.43% | 0.57% | - |
| HSV(B) | 231.7º | 0.49% | 0.76% | - |
| XYZ | 20.57 | 18.09 | 52.86 | - |
| YUV | 117.35 | 170.69 | 114.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 112 | 193 | 0.49 | 0.42 | 0 | 0.24 | 231.7 | 0.43 | 0.57 |
| Hex | 63 | 70 | C1 | 31 | 2A | 0 | 18 | E8 | 2B | 39 |
| Octal | 143 | 160 | 301 | 61 | 52 | 0 | 30 | 350 | 53 | 71 |
| Binary | 1100011 | 1110000 | 11000001 | 110001 | 101010 | 0 | 11000 | 11101000 | 101011 | 111001 |
Color Harmonies of #6370C1
Complementary color
Monochromatic Colors of #6370C1
Black with #6370C1
Text Example
Text Example
White with #6370C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6370C1; }
p { color: rgb(99,112,193); }
H1.HeaderClassName
{
color: #6370C1;
}
.AnyTagClassName
{
color: #6370C1;
}
</style>
background-color css
<style>
a { background-color: #6370C1; }
a { background-color: rgb(99,112,193); }
div.DivClassName
{
background-color: #6370C1;
}
.BgClassName
{
background-color: #6370C1;
}
</style>
border-color css
<style>
span { border-color: #6370C1; }
span { border-color: rgb(99,112,193); }
td.TdClassName
{
border-color: #6370C1;
}
.TagClassName
{
border-color: #6370C1;
}
</style>