Shades of Chetwode Blue #6D6FA3
Tints of Chetwode Blue #6D6FA3
RGB
CMYK
RGB Variations
Color information
#6D6FA3 (or 0x6D6FA3) is known color: Chetwode Blue. HEX triplet: 6D, 6F and A3. RGB value is (109,111,163). Sum of RGB (Red+Green+Blue) = 109+111+163=383 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.46% from 383); Green value is 111 (43.75% from 255 or 28.98% from 383); Blue value is 163 (64.06% from 255 or 42.56% from 383); Max value from RGB is 163 - color contains mainly: blue. Hex color #6D6FA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D6FA3 is #92905C. Grayscale: #747474. Windows color (decimal): -9605213 or 10710893. OLE color: 10710893.
HSL color Cylindrical-coordinate representation of color #6D6FA3: hue angle of 237.78º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6D6FA3 is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 109 | 111 | 163 | - |
| CMYK | 0.33 | 0.32 | 0 | 0.36 |
| HSL | 237.78º | 0.23% | 0.53% | - |
| HSV(B) | 237.78º | 0.33% | 0.64% | - |
| XYZ | 18.6 | 17.26 | 37 | - |
| YUV | 116.33 | 154.34 | 122.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 111 | 163 | 0.33 | 0.32 | 0 | 0.36 | 237.78 | 0.23 | 0.53 |
| Hex | 6D | 6F | A3 | 21 | 20 | 0 | 24 | EE | 17 | 35 |
| Octal | 155 | 157 | 243 | 41 | 40 | 0 | 44 | 356 | 27 | 65 |
| Binary | 1101101 | 1101111 | 10100011 | 100001 | 100000 | 0 | 100100 | 11101110 | 10111 | 110101 |
Color Harmonies of #6D6FA3
Complementary color
Monochromatic Colors of #6D6FA3
Black with #6D6FA3
Text Example
Text Example
White with #6D6FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6FA3; }
p { color: rgb(109,111,163); }
H1.HeaderClassName
{
color: #6D6FA3;
}
.AnyTagClassName
{
color: #6D6FA3;
}
</style>
background-color css
<style>
a { background-color: #6D6FA3; }
a { background-color: rgb(109,111,163); }
div.DivClassName
{
background-color: #6D6FA3;
}
.BgClassName
{
background-color: #6D6FA3;
}
</style>
border-color css
<style>
span { border-color: #6D6FA3; }
span { border-color: rgb(109,111,163); }
td.TdClassName
{
border-color: #6D6FA3;
}
.TagClassName
{
border-color: #6D6FA3;
}
</style>