Shades of Chetwode Blue #6C6EB2
Tints of Chetwode Blue #6C6EB2
RGB
CMYK
RGB Variations
Color information
#6C6EB2 (or 0x6C6EB2) is known color: Chetwode Blue. HEX triplet: 6C, 6E and B2. RGB value is (108,110,178). Sum of RGB (Red+Green+Blue) = 108+110+178=396 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.27% from 396); Green value is 110 (43.36% from 255 or 27.78% from 396); Blue value is 178 (69.92% from 255 or 44.95% from 396); Max value from RGB is 178 - color contains mainly: blue. Hex color #6C6EB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C6EB2 is #93914D. Grayscale: #747474. Windows color (decimal): -9670990 or 11693676. OLE color: 11693676.
HSL color Cylindrical-coordinate representation of color #6C6EB2: hue angle of 238.29º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6C6EB2 is Cyan = 0.39, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 108 | 110 | 178 | - |
| CMYK | 0.39 | 0.38 | 0 | 0.30 |
| HSL | 238.29º | 0.31% | 0.56% | - |
| HSV(B) | 238.29º | 0.39% | 0.7% | - |
| XYZ | 19.8 | 17.55 | 44.46 | - |
| YUV | 117.15 | 162.34 | 121.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 110 | 178 | 0.39 | 0.38 | 0 | 0.30 | 238.29 | 0.31 | 0.56 |
| Hex | 6C | 6E | B2 | 27 | 26 | 0 | 1E | EE | 1F | 38 |
| Octal | 154 | 156 | 262 | 47 | 46 | 0 | 36 | 356 | 37 | 70 |
| Binary | 1101100 | 1101110 | 10110010 | 100111 | 100110 | 0 | 11110 | 11101110 | 11111 | 111000 |
Color Harmonies of #6C6EB2
Complementary color
Monochromatic Colors of #6C6EB2
Black with #6C6EB2
Text Example
Text Example
White with #6C6EB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6EB2; }
p { color: rgb(108,110,178); }
H1.HeaderClassName
{
color: #6C6EB2;
}
.AnyTagClassName
{
color: #6C6EB2;
}
</style>
background-color css
<style>
a { background-color: #6C6EB2; }
a { background-color: rgb(108,110,178); }
div.DivClassName
{
background-color: #6C6EB2;
}
.BgClassName
{
background-color: #6C6EB2;
}
</style>
border-color css
<style>
span { border-color: #6C6EB2; }
span { border-color: rgb(108,110,178); }
td.TdClassName
{
border-color: #6C6EB2;
}
.TagClassName
{
border-color: #6C6EB2;
}
</style>