Shades of Chetwode Blue #6E6CC1
Tints of Chetwode Blue #6E6CC1
RGB
CMYK
RGB Variations
Color information
#6E6CC1 (or 0x6E6CC1) is known color: Chetwode Blue. HEX triplet: 6E, 6C and C1. RGB value is (110,108,193). Sum of RGB (Red+Green+Blue) = 110+108+193=411 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.76% from 411); Green value is 108 (42.58% from 255 or 26.28% from 411); Blue value is 193 (75.78% from 255 or 46.96% from 411); Max value from RGB is 193 - color contains mainly: blue. Hex color #6E6CC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E6CC1 is #91933E. Grayscale: #757575. Windows color (decimal): -9540415 or 12676206. OLE color: 12676206.
HSL color Cylindrical-coordinate representation of color #6E6CC1: hue angle of 241.41º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6E6CC1 is Cyan = 0.43, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 110 | 108 | 193 | - |
| CMYK | 0.43 | 0.44 | 0 | 0.24 |
| HSL | 241.41º | 0.41% | 0.59% | - |
| HSV(B) | 241.41º | 0.44% | 0.76% | - |
| XYZ | 21.42 | 17.89 | 52.78 | - |
| YUV | 118.29 | 170.16 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 108 | 193 | 0.43 | 0.44 | 0 | 0.24 | 241.41 | 0.41 | 0.59 |
| Hex | 6E | 6C | C1 | 2B | 2C | 0 | 18 | F1 | 29 | 3B |
| Octal | 156 | 154 | 301 | 53 | 54 | 0 | 30 | 361 | 51 | 73 |
| Binary | 1101110 | 1101100 | 11000001 | 101011 | 101100 | 0 | 11000 | 11110001 | 101001 | 111011 |
Color Harmonies of #6E6CC1
Complementary color
Monochromatic Colors of #6E6CC1
Black with #6E6CC1
Text Example
Text Example
White with #6E6CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6CC1; }
p { color: rgb(110,108,193); }
H1.HeaderClassName
{
color: #6E6CC1;
}
.AnyTagClassName
{
color: #6E6CC1;
}
</style>
background-color css
<style>
a { background-color: #6E6CC1; }
a { background-color: rgb(110,108,193); }
div.DivClassName
{
background-color: #6E6CC1;
}
.BgClassName
{
background-color: #6E6CC1;
}
</style>
border-color css
<style>
span { border-color: #6E6CC1; }
span { border-color: rgb(110,108,193); }
td.TdClassName
{
border-color: #6E6CC1;
}
.TagClassName
{
border-color: #6E6CC1;
}
</style>