Shades of Chetwode Blue #6B6DA0
Tints of Chetwode Blue #6B6DA0
RGB
CMYK
RGB Variations
Color information
#6B6DA0 (or 0x6B6DA0) is known color: Chetwode Blue. HEX triplet: 6B, 6D and A0. RGB value is (107,109,160). Sum of RGB (Red+Green+Blue) = 107+109+160=376 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.46% from 376); Green value is 109 (42.97% from 255 or 28.99% from 376); Blue value is 160 (62.89% from 255 or 42.55% from 376); Max value from RGB is 160 - color contains mainly: blue. Hex color #6B6DA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B6DA0 is #94925F. Grayscale: #727272. Windows color (decimal): -9736800 or 10513771. OLE color: 10513771.
HSL color Cylindrical-coordinate representation of color #6B6DA0: hue angle of 237.74º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6B6DA0 is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 107 | 109 | 160 | - |
| CMYK | 0.33 | 0.32 | 0 | 0.37 |
| HSL | 237.74º | 0.22% | 0.52% | - |
| HSV(B) | 237.74º | 0.33% | 0.63% | - |
| XYZ | 17.88 | 16.6 | 35.52 | - |
| YUV | 114.22 | 153.84 | 122.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 109 | 160 | 0.33 | 0.32 | 0 | 0.37 | 237.74 | 0.22 | 0.52 |
| Hex | 6B | 6D | A0 | 21 | 20 | 0 | 25 | EE | 16 | 34 |
| Octal | 153 | 155 | 240 | 41 | 40 | 0 | 45 | 356 | 26 | 64 |
| Binary | 1101011 | 1101101 | 10100000 | 100001 | 100000 | 0 | 100101 | 11101110 | 10110 | 110100 |
Color Harmonies of #6B6DA0
Complementary color
Monochromatic Colors of #6B6DA0
Black with #6B6DA0
Text Example
Text Example
White with #6B6DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6DA0; }
p { color: rgb(107,109,160); }
H1.HeaderClassName
{
color: #6B6DA0;
}
.AnyTagClassName
{
color: #6B6DA0;
}
</style>
background-color css
<style>
a { background-color: #6B6DA0; }
a { background-color: rgb(107,109,160); }
div.DivClassName
{
background-color: #6B6DA0;
}
.BgClassName
{
background-color: #6B6DA0;
}
</style>
border-color css
<style>
span { border-color: #6B6DA0; }
span { border-color: rgb(107,109,160); }
td.TdClassName
{
border-color: #6B6DA0;
}
.TagClassName
{
border-color: #6B6DA0;
}
</style>