Shades of Chetwode Blue #6C6EAB
Tints of Chetwode Blue #6C6EAB
RGB
CMYK
RGB Variations
Color information
#6C6EAB (or 0x6C6EAB) is known color: Chetwode Blue. HEX triplet: 6C, 6E and AB. RGB value is (108,110,171). Sum of RGB (Red+Green+Blue) = 108+110+171=389 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.76% from 389); Green value is 110 (43.36% from 255 or 28.28% from 389); Blue value is 171 (67.19% from 255 or 43.96% from 389); Max value from RGB is 171 - color contains mainly: blue. Hex color #6C6EAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C6EAB is #939154. Grayscale: #747474. Windows color (decimal): -9670997 or 11234924. OLE color: 11234924.
HSL color Cylindrical-coordinate representation of color #6C6EAB: hue angle of 238.1º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6C6EAB is Cyan = 0.37, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 108 | 110 | 171 | - |
| CMYK | 0.37 | 0.36 | 0 | 0.33 |
| HSL | 238.1º | 0.27% | 0.55% | - |
| HSV(B) | 238.1º | 0.37% | 0.67% | - |
| XYZ | 19.11 | 17.28 | 40.86 | - |
| YUV | 116.36 | 158.84 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 110 | 171 | 0.37 | 0.36 | 0 | 0.33 | 238.1 | 0.27 | 0.55 |
| Hex | 6C | 6E | AB | 25 | 24 | 0 | 21 | EE | 1B | 37 |
| Octal | 154 | 156 | 253 | 45 | 44 | 0 | 41 | 356 | 33 | 67 |
| Binary | 1101100 | 1101110 | 10101011 | 100101 | 100100 | 0 | 100001 | 11101110 | 11011 | 110111 |
Color Harmonies of #6C6EAB
Complementary color
Monochromatic Colors of #6C6EAB
Black with #6C6EAB
Text Example
Text Example
White with #6C6EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6EAB; }
p { color: rgb(108,110,171); }
H1.HeaderClassName
{
color: #6C6EAB;
}
.AnyTagClassName
{
color: #6C6EAB;
}
</style>
background-color css
<style>
a { background-color: #6C6EAB; }
a { background-color: rgb(108,110,171); }
div.DivClassName
{
background-color: #6C6EAB;
}
.BgClassName
{
background-color: #6C6EAB;
}
</style>
border-color css
<style>
span { border-color: #6C6EAB; }
span { border-color: rgb(108,110,171); }
td.TdClassName
{
border-color: #6C6EAB;
}
.TagClassName
{
border-color: #6C6EAB;
}
</style>