Shades of Chetwode Blue #6B71A0
Tints of Chetwode Blue #6B71A0
RGB
CMYK
RGB Variations
Color information
#6B71A0 (or 0x6B71A0) is known color: Chetwode Blue. HEX triplet: 6B, 71 and A0. RGB value is (107,113,160). Sum of RGB (Red+Green+Blue) = 107+113+160=380 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.16% from 380); Green value is 113 (44.53% from 255 or 29.74% from 380); Blue value is 160 (62.89% from 255 or 42.11% from 380); Max value from RGB is 160 - color contains mainly: blue. Hex color #6B71A0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B71A0 is #948E5F. Grayscale: #747474. Windows color (decimal): -9735776 or 10514795. OLE color: 10514795.
HSL color Cylindrical-coordinate representation of color #6B71A0: hue angle of 233.21º 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 #6B71A0 is Cyan = 0.33, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 107 | 113 | 160 | - |
| CMYK | 0.33 | 0.29 | 0 | 0.37 |
| HSL | 233.21º | 0.22% | 0.52% | - |
| HSV(B) | 233.21º | 0.33% | 0.63% | - |
| XYZ | 18.31 | 17.47 | 35.67 | - |
| YUV | 116.56 | 152.51 | 121.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 113 | 160 | 0.33 | 0.29 | 0 | 0.37 | 233.21 | 0.22 | 0.52 |
| Hex | 6B | 71 | A0 | 21 | 1D | 0 | 25 | E9 | 16 | 34 |
| Octal | 153 | 161 | 240 | 41 | 35 | 0 | 45 | 351 | 26 | 64 |
| Binary | 1101011 | 1110001 | 10100000 | 100001 | 11101 | 0 | 100101 | 11101001 | 10110 | 110100 |
Color Harmonies of #6B71A0
Complementary color
Monochromatic Colors of #6B71A0
Black with #6B71A0
Text Example
Text Example
White with #6B71A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B71A0; }
p { color: rgb(107,113,160); }
H1.HeaderClassName
{
color: #6B71A0;
}
.AnyTagClassName
{
color: #6B71A0;
}
</style>
background-color css
<style>
a { background-color: #6B71A0; }
a { background-color: rgb(107,113,160); }
div.DivClassName
{
background-color: #6B71A0;
}
.BgClassName
{
background-color: #6B71A0;
}
</style>
border-color css
<style>
span { border-color: #6B71A0; }
span { border-color: rgb(107,113,160); }
td.TdClassName
{
border-color: #6B71A0;
}
.TagClassName
{
border-color: #6B71A0;
}
</style>