Shades of Chetwode Blue #6B71BC
Tints of Chetwode Blue #6B71BC
RGB
CMYK
RGB Variations
Color information
#6B71BC (or 0x6B71BC) is known color: Chetwode Blue. HEX triplet: 6B, 71 and BC. RGB value is (107,113,188). Sum of RGB (Red+Green+Blue) = 107+113+188=408 (54% of max value = 765). Red value is 107 (42.19% from 255 or 26.23% from 408); Green value is 113 (44.53% from 255 or 27.70% from 408); Blue value is 188 (73.83% from 255 or 46.08% from 408); Max value from RGB is 188 - color contains mainly: blue. Hex color #6B71BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B71BC is #948E43. Grayscale: #777777. Windows color (decimal): -9735748 or 12349803. OLE color: 12349803.
HSL color Cylindrical-coordinate representation of color #6B71BC: hue angle of 235.56º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6B71BC is Cyan = 0.43, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 107 | 113 | 188 | - |
| CMYK | 0.43 | 0.40 | 0 | 0.26 |
| HSL | 235.56º | 0.38% | 0.58% | - |
| HSV(B) | 235.56º | 0.43% | 0.74% | - |
| XYZ | 21.05 | 18.57 | 50.05 | - |
| YUV | 119.76 | 166.51 | 118.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 113 | 188 | 0.43 | 0.40 | 0 | 0.26 | 235.56 | 0.38 | 0.58 |
| Hex | 6B | 71 | BC | 2B | 28 | 0 | 1A | EC | 26 | 3A |
| Octal | 153 | 161 | 274 | 53 | 50 | 0 | 32 | 354 | 46 | 72 |
| Binary | 1101011 | 1110001 | 10111100 | 101011 | 101000 | 0 | 11010 | 11101100 | 100110 | 111010 |
Color Harmonies of #6B71BC
Complementary color
Monochromatic Colors of #6B71BC
Black with #6B71BC
Text Example
Text Example
White with #6B71BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B71BC; }
p { color: rgb(107,113,188); }
H1.HeaderClassName
{
color: #6B71BC;
}
.AnyTagClassName
{
color: #6B71BC;
}
</style>
background-color css
<style>
a { background-color: #6B71BC; }
a { background-color: rgb(107,113,188); }
div.DivClassName
{
background-color: #6B71BC;
}
.BgClassName
{
background-color: #6B71BC;
}
</style>
border-color css
<style>
span { border-color: #6B71BC; }
span { border-color: rgb(107,113,188); }
td.TdClassName
{
border-color: #6B71BC;
}
.TagClassName
{
border-color: #6B71BC;
}
</style>