Shades of Chetwode Blue #6B6AAE
Tints of Chetwode Blue #6B6AAE
RGB
CMYK
RGB Variations
Color information
#6B6AAE (or 0x6B6AAE) is known color: Chetwode Blue. HEX triplet: 6B, 6A and AE. RGB value is (107,106,174). Sum of RGB (Red+Green+Blue) = 107+106+174=387 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.65% from 387); Green value is 106 (41.80% from 255 or 27.39% from 387); Blue value is 174 (68.36% from 255 or 44.96% from 387); Max value from RGB is 174 - color contains mainly: blue. Hex color #6B6AAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B6AAE is #949551. Grayscale: #717171. Windows color (decimal): -9737554 or 11430507. OLE color: 11430507.
HSL color Cylindrical-coordinate representation of color #6B6AAE: hue angle of 240.88º degrees, saturation: 0.3, 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 #6B6AAE is Cyan = 0.39, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 107 | 106 | 174 | - |
| CMYK | 0.39 | 0.39 | 0 | 0.32 |
| HSL | 240.88º | 0.3% | 0.55% | - |
| HSV(B) | 240.88º | 0.39% | 0.68% | - |
| XYZ | 18.86 | 16.49 | 42.23 | - |
| YUV | 114.05 | 161.83 | 122.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 106 | 174 | 0.39 | 0.39 | 0 | 0.32 | 240.88 | 0.3 | 0.55 |
| Hex | 6B | 6A | AE | 27 | 27 | 0 | 20 | F1 | 1E | 37 |
| Octal | 153 | 152 | 256 | 47 | 47 | 0 | 40 | 361 | 36 | 67 |
| Binary | 1101011 | 1101010 | 10101110 | 100111 | 100111 | 0 | 100000 | 11110001 | 11110 | 110111 |
Color Harmonies of #6B6AAE
Complementary color
Monochromatic Colors of #6B6AAE
Black with #6B6AAE
Text Example
Text Example
White with #6B6AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6AAE; }
p { color: rgb(107,106,174); }
H1.HeaderClassName
{
color: #6B6AAE;
}
.AnyTagClassName
{
color: #6B6AAE;
}
</style>
background-color css
<style>
a { background-color: #6B6AAE; }
a { background-color: rgb(107,106,174); }
div.DivClassName
{
background-color: #6B6AAE;
}
.BgClassName
{
background-color: #6B6AAE;
}
</style>
border-color css
<style>
span { border-color: #6B6AAE; }
span { border-color: rgb(107,106,174); }
td.TdClassName
{
border-color: #6B6AAE;
}
.TagClassName
{
border-color: #6B6AAE;
}
</style>