Shades of Chetwode Blue #6B6DAA
Tints of Chetwode Blue #6B6DAA
RGB
CMYK
RGB Variations
Color information
#6B6DAA (or 0x6B6DAA) is known color: Chetwode Blue. HEX triplet: 6B, 6D and AA. RGB value is (107,109,170). Sum of RGB (Red+Green+Blue) = 107+109+170=386 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.72% from 386); Green value is 109 (42.97% from 255 or 28.24% from 386); Blue value is 170 (66.80% from 255 or 44.04% from 386); Max value from RGB is 170 - color contains mainly: blue. Hex color #6B6DAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B6DAA is #949255. Grayscale: #737373. Windows color (decimal): -9736790 or 11169131. OLE color: 11169131.
HSL color Cylindrical-coordinate representation of color #6B6DAA: hue angle of 238.1º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6B6DAA is Cyan = 0.37, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 107 | 109 | 170 | - |
| CMYK | 0.37 | 0.36 | 0 | 0.33 |
| HSL | 238.1º | 0.27% | 0.54% | - |
| HSV(B) | 238.1º | 0.37% | 0.67% | - |
| XYZ | 18.79 | 16.97 | 40.31 | - |
| YUV | 115.36 | 158.84 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 109 | 170 | 0.37 | 0.36 | 0 | 0.33 | 238.1 | 0.27 | 0.54 |
| Hex | 6B | 6D | AA | 25 | 24 | 0 | 21 | EE | 1B | 36 |
| Octal | 153 | 155 | 252 | 45 | 44 | 0 | 41 | 356 | 33 | 66 |
| Binary | 1101011 | 1101101 | 10101010 | 100101 | 100100 | 0 | 100001 | 11101110 | 11011 | 110110 |
Color Harmonies of #6B6DAA
Complementary color
Monochromatic Colors of #6B6DAA
Black with #6B6DAA
Text Example
Text Example
White with #6B6DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6DAA; }
p { color: rgb(107,109,170); }
H1.HeaderClassName
{
color: #6B6DAA;
}
.AnyTagClassName
{
color: #6B6DAA;
}
</style>
background-color css
<style>
a { background-color: #6B6DAA; }
a { background-color: rgb(107,109,170); }
div.DivClassName
{
background-color: #6B6DAA;
}
.BgClassName
{
background-color: #6B6DAA;
}
</style>
border-color css
<style>
span { border-color: #6B6DAA; }
span { border-color: rgb(107,109,170); }
td.TdClassName
{
border-color: #6B6DAA;
}
.TagClassName
{
border-color: #6B6DAA;
}
</style>