Shades of Chetwode Blue #6370C6
Tints of Chetwode Blue #6370C6
RGB
CMYK
RGB Variations
Color information
#6370C6 (or 0x6370C6) is known color: Chetwode Blue. HEX triplet: 63, 70 and C6. RGB value is (99,112,198). Sum of RGB (Red+Green+Blue) = 99+112+198=409 (54% of max value = 765). Red value is 99 (39.06% from 255 or 24.21% from 409); Green value is 112 (44.14% from 255 or 27.38% from 409); Blue value is 198 (77.73% from 255 or 48.41% from 409); Max value from RGB is 198 - color contains mainly: blue. Hex color #6370C6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6370C6 is #9C8F39. Grayscale: #757575. Windows color (decimal): -10260282 or 13004899. OLE color: 13004899.
HSL color Cylindrical-coordinate representation of color #6370C6: hue angle of 232.12º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6370C6 is Cyan = 0.50, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 99 | 112 | 198 | - |
| CMYK | 0.50 | 0.43 | 0 | 0.22 |
| HSL | 232.12º | 0.46% | 0.58% | - |
| HSV(B) | 232.12º | 0.5% | 0.78% | - |
| XYZ | 21.13 | 18.32 | 55.85 | - |
| YUV | 117.92 | 173.19 | 114.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 112 | 198 | 0.50 | 0.43 | 0 | 0.22 | 232.12 | 0.46 | 0.58 |
| Hex | 63 | 70 | C6 | 32 | 2B | 0 | 16 | E8 | 2E | 3A |
| Octal | 143 | 160 | 306 | 62 | 53 | 0 | 26 | 350 | 56 | 72 |
| Binary | 1100011 | 1110000 | 11000110 | 110010 | 101011 | 0 | 10110 | 11101000 | 101110 | 111010 |
Color Harmonies of #6370C6
Complementary color
Monochromatic Colors of #6370C6
Black with #6370C6
Text Example
Text Example
White with #6370C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6370C6; }
p { color: rgb(99,112,198); }
H1.HeaderClassName
{
color: #6370C6;
}
.AnyTagClassName
{
color: #6370C6;
}
</style>
background-color css
<style>
a { background-color: #6370C6; }
a { background-color: rgb(99,112,198); }
div.DivClassName
{
background-color: #6370C6;
}
.BgClassName
{
background-color: #6370C6;
}
</style>
border-color css
<style>
span { border-color: #6370C6; }
span { border-color: rgb(99,112,198); }
td.TdClassName
{
border-color: #6370C6;
}
.TagClassName
{
border-color: #6370C6;
}
</style>