Shades of Chetwode Blue #6B76BC
Tints of Chetwode Blue #6B76BC
RGB
CMYK
RGB Variations
Color information
#6B76BC (or 0x6B76BC) is known color: Chetwode Blue. HEX triplet: 6B, 76 and BC. RGB value is (107,118,188). Sum of RGB (Red+Green+Blue) = 107+118+188=413 (54% of max value = 765). Red value is 107 (42.19% from 255 or 25.91% from 413); Green value is 118 (46.48% from 255 or 28.57% from 413); Blue value is 188 (73.83% from 255 or 45.52% from 413); Max value from RGB is 188 - color contains mainly: blue. Hex color #6B76BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B76BC is #948943. Grayscale: #7A7A7A. Windows color (decimal): -9734468 or 12351083. OLE color: 12351083.
HSL color Cylindrical-coordinate representation of color #6B76BC: hue angle of 231.85º 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 #6B76BC is Cyan = 0.43, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 107 | 118 | 188 | - |
| CMYK | 0.43 | 0.37 | 0 | 0.26 |
| HSL | 231.85º | 0.38% | 0.58% | - |
| HSV(B) | 231.85º | 0.43% | 0.74% | - |
| XYZ | 21.62 | 19.71 | 50.24 | - |
| YUV | 122.69 | 164.86 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 118 | 188 | 0.43 | 0.37 | 0 | 0.26 | 231.85 | 0.38 | 0.58 |
| Hex | 6B | 76 | BC | 2B | 25 | 0 | 1A | E8 | 26 | 3A |
| Octal | 153 | 166 | 274 | 53 | 45 | 0 | 32 | 350 | 46 | 72 |
| Binary | 1101011 | 1110110 | 10111100 | 101011 | 100101 | 0 | 11010 | 11101000 | 100110 | 111010 |
Color Harmonies of #6B76BC
Complementary color
Monochromatic Colors of #6B76BC
Black with #6B76BC
Text Example
Text Example
White with #6B76BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B76BC; }
p { color: rgb(107,118,188); }
H1.HeaderClassName
{
color: #6B76BC;
}
.AnyTagClassName
{
color: #6B76BC;
}
</style>
background-color css
<style>
a { background-color: #6B76BC; }
a { background-color: rgb(107,118,188); }
div.DivClassName
{
background-color: #6B76BC;
}
.BgClassName
{
background-color: #6B76BC;
}
</style>
border-color css
<style>
span { border-color: #6B76BC; }
span { border-color: rgb(107,118,188); }
td.TdClassName
{
border-color: #6B76BC;
}
.TagClassName
{
border-color: #6B76BC;
}
</style>