Shades of Chetwode Blue #6D68BE
Tints of Chetwode Blue #6D68BE
RGB
CMYK
RGB Variations
Color information
#6D68BE (or 0x6D68BE) is known color: Chetwode Blue. HEX triplet: 6D, 68 and BE. RGB value is (109,104,190). Sum of RGB (Red+Green+Blue) = 109+104+190=403 (53% of max value = 765). Red value is 109 (42.97% from 255 or 27.05% from 403); Green value is 104 (41.02% from 255 or 25.81% from 403); Blue value is 190 (74.61% from 255 or 47.15% from 403); Max value from RGB is 190 - color contains mainly: blue. Hex color #6D68BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D68BE is #929741. Grayscale: #727272. Windows color (decimal): -9606978 or 12478573. OLE color: 12478573.
HSL color Cylindrical-coordinate representation of color #6D68BE: hue angle of 243.49º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6D68BE is Cyan = 0.43, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 109 | 104 | 190 | - |
| CMYK | 0.43 | 0.45 | 0 | 0.25 |
| HSL | 243.49º | 0.4% | 0.58% | - |
| HSV(B) | 243.49º | 0.45% | 0.75% | - |
| XYZ | 20.55 | 16.87 | 50.89 | - |
| YUV | 115.3 | 170.16 | 123.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 104 | 190 | 0.43 | 0.45 | 0 | 0.25 | 243.49 | 0.4 | 0.58 |
| Hex | 6D | 68 | BE | 2B | 2D | 0 | 19 | F3 | 28 | 3A |
| Octal | 155 | 150 | 276 | 53 | 55 | 0 | 31 | 363 | 50 | 72 |
| Binary | 1101101 | 1101000 | 10111110 | 101011 | 101101 | 0 | 11001 | 11110011 | 101000 | 111010 |
Color Harmonies of #6D68BE
Complementary color
Monochromatic Colors of #6D68BE
Black with #6D68BE
Text Example
Text Example
White with #6D68BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D68BE; }
p { color: rgb(109,104,190); }
H1.HeaderClassName
{
color: #6D68BE;
}
.AnyTagClassName
{
color: #6D68BE;
}
</style>
background-color css
<style>
a { background-color: #6D68BE; }
a { background-color: rgb(109,104,190); }
div.DivClassName
{
background-color: #6D68BE;
}
.BgClassName
{
background-color: #6D68BE;
}
</style>
border-color css
<style>
span { border-color: #6D68BE; }
span { border-color: rgb(109,104,190); }
td.TdClassName
{
border-color: #6D68BE;
}
.TagClassName
{
border-color: #6D68BE;
}
</style>