Shades of Chetwode Blue #6D70C1
Tints of Chetwode Blue #6D70C1
RGB
CMYK
RGB Variations
Color information
#6D70C1 (or 0x6D70C1) is known color: Chetwode Blue. HEX triplet: 6D, 70 and C1. RGB value is (109,112,193). Sum of RGB (Red+Green+Blue) = 109+112+193=414 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.33% from 414); Green value is 112 (44.14% from 255 or 27.05% from 414); Blue value is 193 (75.78% from 255 or 46.62% from 414); Max value from RGB is 193 - color contains mainly: blue. Hex color #6D70C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D70C1 is #928F3E. Grayscale: #787878. Windows color (decimal): -9604927 or 12677229. OLE color: 12677229.
HSL color Cylindrical-coordinate representation of color #6D70C1: hue angle of 237.86º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6D70C1 is Cyan = 0.44, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 109 | 112 | 193 | - |
| CMYK | 0.44 | 0.42 | 0 | 0.24 |
| HSL | 237.86º | 0.4% | 0.59% | - |
| HSV(B) | 237.86º | 0.44% | 0.76% | - |
| XYZ | 21.73 | 18.69 | 52.91 | - |
| YUV | 120.34 | 169.01 | 119.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 112 | 193 | 0.44 | 0.42 | 0 | 0.24 | 237.86 | 0.4 | 0.59 |
| Hex | 6D | 70 | C1 | 2C | 2A | 0 | 18 | EE | 28 | 3B |
| Octal | 155 | 160 | 301 | 54 | 52 | 0 | 30 | 356 | 50 | 73 |
| Binary | 1101101 | 1110000 | 11000001 | 101100 | 101010 | 0 | 11000 | 11101110 | 101000 | 111011 |
Color Harmonies of #6D70C1
Complementary color
Monochromatic Colors of #6D70C1
Black with #6D70C1
Text Example
Text Example
White with #6D70C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D70C1; }
p { color: rgb(109,112,193); }
H1.HeaderClassName
{
color: #6D70C1;
}
.AnyTagClassName
{
color: #6D70C1;
}
</style>
background-color css
<style>
a { background-color: #6D70C1; }
a { background-color: rgb(109,112,193); }
div.DivClassName
{
background-color: #6D70C1;
}
.BgClassName
{
background-color: #6D70C1;
}
</style>
border-color css
<style>
span { border-color: #6D70C1; }
span { border-color: rgb(109,112,193); }
td.TdClassName
{
border-color: #6D70C1;
}
.TagClassName
{
border-color: #6D70C1;
}
</style>