Shades of Chetwode Blue #6D74CE
Tints of Chetwode Blue #6D74CE
RGB
CMYK
RGB Variations
Color information
#6D74CE (or 0x6D74CE) is known color: Chetwode Blue. HEX triplet: 6D, 74 and CE. RGB value is (109,116,206). Sum of RGB (Red+Green+Blue) = 109+116+206=431 (57% of max value = 765). Red value is 109 (42.97% from 255 or 25.29% from 431); Green value is 116 (45.70% from 255 or 26.91% from 431); Blue value is 206 (80.86% from 255 or 47.80% from 431); Max value from RGB is 206 - color contains mainly: blue. Hex color #6D74CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D74CE is #928B31. Grayscale: #7B7B7B. Windows color (decimal): -9603890 or 13530221. OLE color: 13530221.
HSL color Cylindrical-coordinate representation of color #6D74CE: hue angle of 235.67º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6D74CE is Cyan = 0.47, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 109 | 116 | 206 | - |
| CMYK | 0.47 | 0.44 | 0 | 0.19 |
| HSL | 235.67º | 0.5% | 0.62% | - |
| HSV(B) | 235.67º | 0.47% | 0.81% | - |
| XYZ | 23.69 | 20.2 | 61.04 | - |
| YUV | 124.17 | 174.18 | 117.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 116 | 206 | 0.47 | 0.44 | 0 | 0.19 | 235.67 | 0.5 | 0.62 |
| Hex | 6D | 74 | CE | 2F | 2C | 0 | 13 | EC | 32 | 3E |
| Octal | 155 | 164 | 316 | 57 | 54 | 0 | 23 | 354 | 62 | 76 |
| Binary | 1101101 | 1110100 | 11001110 | 101111 | 101100 | 0 | 10011 | 11101100 | 110010 | 111110 |
Color Harmonies of #6D74CE
Complementary color
Monochromatic Colors of #6D74CE
Black with #6D74CE
Text Example
Text Example
White with #6D74CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D74CE; }
p { color: rgb(109,116,206); }
H1.HeaderClassName
{
color: #6D74CE;
}
.AnyTagClassName
{
color: #6D74CE;
}
</style>
background-color css
<style>
a { background-color: #6D74CE; }
a { background-color: rgb(109,116,206); }
div.DivClassName
{
background-color: #6D74CE;
}
.BgClassName
{
background-color: #6D74CE;
}
</style>
border-color css
<style>
span { border-color: #6D74CE; }
span { border-color: rgb(109,116,206); }
td.TdClassName
{
border-color: #6D74CE;
}
.TagClassName
{
border-color: #6D74CE;
}
</style>