Shades of Chetwode Blue #6D73CE
Tints of Chetwode Blue #6D73CE
RGB
CMYK
RGB Variations
Color information
#6D73CE (or 0x6D73CE) is known color: Chetwode Blue. HEX triplet: 6D, 73 and CE. RGB value is (109,115,206). Sum of RGB (Red+Green+Blue) = 109+115+206=430 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.35% from 430); Green value is 115 (45.31% from 255 or 26.74% from 430); Blue value is 206 (80.86% from 255 or 47.91% from 430); Max value from RGB is 206 - color contains mainly: blue. Hex color #6D73CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D73CE is #928C31. Grayscale: #7B7B7B. Windows color (decimal): -9604146 or 13529965. OLE color: 13529965.
HSL color Cylindrical-coordinate representation of color #6D73CE: hue angle of 236.29º 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 #6D73CE is Cyan = 0.47, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 109 | 115 | 206 | - |
| CMYK | 0.47 | 0.44 | 0 | 0.19 |
| HSL | 236.29º | 0.5% | 0.62% | - |
| HSV(B) | 236.29º | 0.47% | 0.81% | - |
| XYZ | 23.58 | 19.97 | 61 | - |
| YUV | 123.58 | 174.51 | 117.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 115 | 206 | 0.47 | 0.44 | 0 | 0.19 | 236.29 | 0.5 | 0.62 |
| Hex | 6D | 73 | CE | 2F | 2C | 0 | 13 | EC | 32 | 3E |
| Octal | 155 | 163 | 316 | 57 | 54 | 0 | 23 | 354 | 62 | 76 |
| Binary | 1101101 | 1110011 | 11001110 | 101111 | 101100 | 0 | 10011 | 11101100 | 110010 | 111110 |
Color Harmonies of #6D73CE
Complementary color
Monochromatic Colors of #6D73CE
Black with #6D73CE
Text Example
Text Example
White with #6D73CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D73CE; }
p { color: rgb(109,115,206); }
H1.HeaderClassName
{
color: #6D73CE;
}
.AnyTagClassName
{
color: #6D73CE;
}
</style>
background-color css
<style>
a { background-color: #6D73CE; }
a { background-color: rgb(109,115,206); }
div.DivClassName
{
background-color: #6D73CE;
}
.BgClassName
{
background-color: #6D73CE;
}
</style>
border-color css
<style>
span { border-color: #6D73CE; }
span { border-color: rgb(109,115,206); }
td.TdClassName
{
border-color: #6D73CE;
}
.TagClassName
{
border-color: #6D73CE;
}
</style>