Shades of Chetwode Blue #6C6BAE
Tints of Chetwode Blue #6C6BAE
RGB
CMYK
RGB Variations
Color information
#6C6BAE (or 0x6C6BAE) is known color: Chetwode Blue. HEX triplet: 6C, 6B and AE. RGB value is (108,107,174). Sum of RGB (Red+Green+Blue) = 108+107+174=389 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.76% from 389); Green value is 107 (42.19% from 255 or 27.51% from 389); Blue value is 174 (68.36% from 255 or 44.73% from 389); Max value from RGB is 174 - color contains mainly: blue. Hex color #6C6BAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C6BAE is #939451. Grayscale: #727272. Windows color (decimal): -9671762 or 11430764. OLE color: 11430764.
HSL color Cylindrical-coordinate representation of color #6C6BAE: hue angle of 240.9º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6C6BAE is Cyan = 0.38, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 108 | 107 | 174 | - |
| CMYK | 0.38 | 0.39 | 0 | 0.32 |
| HSL | 240.9º | 0.29% | 0.55% | - |
| HSV(B) | 240.9º | 0.39% | 0.68% | - |
| XYZ | 19.08 | 16.76 | 42.27 | - |
| YUV | 114.94 | 161.33 | 123.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 107 | 174 | 0.38 | 0.39 | 0 | 0.32 | 240.9 | 0.29 | 0.55 |
| Hex | 6C | 6B | AE | 26 | 27 | 0 | 20 | F1 | 1D | 37 |
| Octal | 154 | 153 | 256 | 46 | 47 | 0 | 40 | 361 | 35 | 67 |
| Binary | 1101100 | 1101011 | 10101110 | 100110 | 100111 | 0 | 100000 | 11110001 | 11101 | 110111 |
Color Harmonies of #6C6BAE
Complementary color
Monochromatic Colors of #6C6BAE
Black with #6C6BAE
Text Example
Text Example
White with #6C6BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6BAE; }
p { color: rgb(108,107,174); }
H1.HeaderClassName
{
color: #6C6BAE;
}
.AnyTagClassName
{
color: #6C6BAE;
}
</style>
background-color css
<style>
a { background-color: #6C6BAE; }
a { background-color: rgb(108,107,174); }
div.DivClassName
{
background-color: #6C6BAE;
}
.BgClassName
{
background-color: #6C6BAE;
}
</style>
border-color css
<style>
span { border-color: #6C6BAE; }
span { border-color: rgb(108,107,174); }
td.TdClassName
{
border-color: #6C6BAE;
}
.TagClassName
{
border-color: #6C6BAE;
}
</style>