Shades of Chetwode Blue #6E6CB4
Tints of Chetwode Blue #6E6CB4
RGB
CMYK
RGB Variations
Color information
#6E6CB4 (or 0x6E6CB4) is known color: Chetwode Blue. HEX triplet: 6E, 6C and B4. RGB value is (110,108,180). Sum of RGB (Red+Green+Blue) = 110+108+180=398 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.64% from 398); Green value is 108 (42.58% from 255 or 27.14% from 398); Blue value is 180 (70.70% from 255 or 45.23% from 398); Max value from RGB is 180 - color contains mainly: blue. Hex color #6E6CB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E6CB4 is #91934B. Grayscale: #747474. Windows color (decimal): -9540428 or 11824238. OLE color: 11824238.
HSL color Cylindrical-coordinate representation of color #6E6CB4: hue angle of 241.67º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6E6CB4 is Cyan = 0.39, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 110 | 108 | 180 | - |
| CMYK | 0.39 | 0.40 | 0 | 0.29 |
| HSL | 241.67º | 0.32% | 0.56% | - |
| HSV(B) | 241.67º | 0.4% | 0.71% | - |
| XYZ | 20.03 | 17.34 | 45.47 | - |
| YUV | 116.81 | 163.66 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 108 | 180 | 0.39 | 0.40 | 0 | 0.29 | 241.67 | 0.32 | 0.56 |
| Hex | 6E | 6C | B4 | 27 | 28 | 0 | 1D | F2 | 20 | 38 |
| Octal | 156 | 154 | 264 | 47 | 50 | 0 | 35 | 362 | 40 | 70 |
| Binary | 1101110 | 1101100 | 10110100 | 100111 | 101000 | 0 | 11101 | 11110010 | 100000 | 111000 |
Color Harmonies of #6E6CB4
Complementary color
Monochromatic Colors of #6E6CB4
Black with #6E6CB4
Text Example
Text Example
White with #6E6CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6CB4; }
p { color: rgb(110,108,180); }
H1.HeaderClassName
{
color: #6E6CB4;
}
.AnyTagClassName
{
color: #6E6CB4;
}
</style>
background-color css
<style>
a { background-color: #6E6CB4; }
a { background-color: rgb(110,108,180); }
div.DivClassName
{
background-color: #6E6CB4;
}
.BgClassName
{
background-color: #6E6CB4;
}
</style>
border-color css
<style>
span { border-color: #6E6CB4; }
span { border-color: rgb(110,108,180); }
td.TdClassName
{
border-color: #6E6CB4;
}
.TagClassName
{
border-color: #6E6CB4;
}
</style>