Shades of Chetwode Blue #6B6EAA
Tints of Chetwode Blue #6B6EAA
RGB
CMYK
RGB Variations
Color information
#6B6EAA (or 0x6B6EAA) is known color: Chetwode Blue. HEX triplet: 6B, 6E and AA. RGB value is (107,110,170). Sum of RGB (Red+Green+Blue) = 107+110+170=387 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.65% from 387); Green value is 110 (43.36% from 255 or 28.42% from 387); Blue value is 170 (66.80% from 255 or 43.93% from 387); Max value from RGB is 170 - color contains mainly: blue. Hex color #6B6EAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B6EAA is #949155. Grayscale: #737373. Windows color (decimal): -9736534 or 11169387. OLE color: 11169387.
HSL color Cylindrical-coordinate representation of color #6B6EAA: hue angle of 237.14º 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 #6B6EAA is Cyan = 0.37, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 107 | 110 | 170 | - |
| CMYK | 0.37 | 0.35 | 0 | 0.33 |
| HSL | 237.14º | 0.27% | 0.54% | - |
| HSV(B) | 237.14º | 0.37% | 0.67% | - |
| XYZ | 18.9 | 17.18 | 40.35 | - |
| YUV | 115.94 | 158.51 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 110 | 170 | 0.37 | 0.35 | 0 | 0.33 | 237.14 | 0.27 | 0.54 |
| Hex | 6B | 6E | AA | 25 | 23 | 0 | 21 | ED | 1B | 36 |
| Octal | 153 | 156 | 252 | 45 | 43 | 0 | 41 | 355 | 33 | 66 |
| Binary | 1101011 | 1101110 | 10101010 | 100101 | 100011 | 0 | 100001 | 11101101 | 11011 | 110110 |
Color Harmonies of #6B6EAA
Complementary color
Monochromatic Colors of #6B6EAA
Black with #6B6EAA
Text Example
Text Example
White with #6B6EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6EAA; }
p { color: rgb(107,110,170); }
H1.HeaderClassName
{
color: #6B6EAA;
}
.AnyTagClassName
{
color: #6B6EAA;
}
</style>
background-color css
<style>
a { background-color: #6B6EAA; }
a { background-color: rgb(107,110,170); }
div.DivClassName
{
background-color: #6B6EAA;
}
.BgClassName
{
background-color: #6B6EAA;
}
</style>
border-color css
<style>
span { border-color: #6B6EAA; }
span { border-color: rgb(107,110,170); }
td.TdClassName
{
border-color: #6B6EAA;
}
.TagClassName
{
border-color: #6B6EAA;
}
</style>