Shades of Chetwode Blue #6B7CBC
Tints of Chetwode Blue #6B7CBC
RGB
CMYK
RGB Variations
Color information
#6B7CBC (or 0x6B7CBC) is known color: Chetwode Blue. HEX triplet: 6B, 7C and BC. RGB value is (107,124,188). Sum of RGB (Red+Green+Blue) = 107+124+188=419 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.54% from 419); Green value is 124 (48.83% from 255 or 29.59% from 419); Blue value is 188 (73.83% from 255 or 44.87% from 419); Max value from RGB is 188 - color contains mainly: blue. Hex color #6B7CBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B7CBC is #948343. Grayscale: #7D7D7D. Windows color (decimal): -9732932 or 12352619. OLE color: 12352619.
HSL color Cylindrical-coordinate representation of color #6B7CBC: hue angle of 227.41º 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 #6B7CBC is Cyan = 0.43, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 107 | 124 | 188 | - |
| CMYK | 0.43 | 0.34 | 0 | 0.26 |
| HSL | 227.41º | 0.38% | 0.58% | - |
| HSV(B) | 227.41º | 0.43% | 0.74% | - |
| XYZ | 22.35 | 21.17 | 50.49 | - |
| YUV | 126.21 | 162.87 | 114.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 124 | 188 | 0.43 | 0.34 | 0 | 0.26 | 227.41 | 0.38 | 0.58 |
| Hex | 6B | 7C | BC | 2B | 22 | 0 | 1A | E3 | 26 | 3A |
| Octal | 153 | 174 | 274 | 53 | 42 | 0 | 32 | 343 | 46 | 72 |
| Binary | 1101011 | 1111100 | 10111100 | 101011 | 100010 | 0 | 11010 | 11100011 | 100110 | 111010 |
Color Harmonies of #6B7CBC
Complementary color
Monochromatic Colors of #6B7CBC
Black with #6B7CBC
Text Example
Text Example
White with #6B7CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7CBC; }
p { color: rgb(107,124,188); }
H1.HeaderClassName
{
color: #6B7CBC;
}
.AnyTagClassName
{
color: #6B7CBC;
}
</style>
background-color css
<style>
a { background-color: #6B7CBC; }
a { background-color: rgb(107,124,188); }
div.DivClassName
{
background-color: #6B7CBC;
}
.BgClassName
{
background-color: #6B7CBC;
}
</style>
border-color css
<style>
span { border-color: #6B7CBC; }
span { border-color: rgb(107,124,188); }
td.TdClassName
{
border-color: #6B7CBC;
}
.TagClassName
{
border-color: #6B7CBC;
}
</style>