Shades of Chetwode Blue #6D70BD
Tints of Chetwode Blue #6D70BD
RGB
CMYK
RGB Variations
Color information
#6D70BD (or 0x6D70BD) is known color: Chetwode Blue. HEX triplet: 6D, 70 and BD. RGB value is (109,112,189). Sum of RGB (Red+Green+Blue) = 109+112+189=410 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.59% from 410); Green value is 112 (44.14% from 255 or 27.32% from 410); Blue value is 189 (74.22% from 255 or 46.10% from 410); Max value from RGB is 189 - color contains mainly: blue. Hex color #6D70BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D70BD is #928F42. Grayscale: #777777. Windows color (decimal): -9604931 or 12415085. OLE color: 12415085.
HSL color Cylindrical-coordinate representation of color #6D70BD: hue angle of 237.75º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6D70BD is Cyan = 0.42, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 109 | 112 | 189 | - |
| CMYK | 0.42 | 0.41 | 0 | 0.26 |
| HSL | 237.75º | 0.38% | 0.58% | - |
| HSV(B) | 237.75º | 0.42% | 0.74% | - |
| XYZ | 21.29 | 18.51 | 50.6 | - |
| YUV | 119.88 | 167.01 | 120.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 112 | 189 | 0.42 | 0.41 | 0 | 0.26 | 237.75 | 0.38 | 0.58 |
| Hex | 6D | 70 | BD | 2A | 29 | 0 | 1A | EE | 26 | 3A |
| Octal | 155 | 160 | 275 | 52 | 51 | 0 | 32 | 356 | 46 | 72 |
| Binary | 1101101 | 1110000 | 10111101 | 101010 | 101001 | 0 | 11010 | 11101110 | 100110 | 111010 |
Color Harmonies of #6D70BD
Complementary color
Monochromatic Colors of #6D70BD
Black with #6D70BD
Text Example
Text Example
White with #6D70BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D70BD; }
p { color: rgb(109,112,189); }
H1.HeaderClassName
{
color: #6D70BD;
}
.AnyTagClassName
{
color: #6D70BD;
}
</style>
background-color css
<style>
a { background-color: #6D70BD; }
a { background-color: rgb(109,112,189); }
div.DivClassName
{
background-color: #6D70BD;
}
.BgClassName
{
background-color: #6D70BD;
}
</style>
border-color css
<style>
span { border-color: #6D70BD; }
span { border-color: rgb(109,112,189); }
td.TdClassName
{
border-color: #6D70BD;
}
.TagClassName
{
border-color: #6D70BD;
}
</style>