Shades of Chetwode Blue #6B76B9
Tints of Chetwode Blue #6B76B9
RGB
CMYK
RGB Variations
Color information
#6B76B9 (or 0x6B76B9) is known color: Chetwode Blue. HEX triplet: 6B, 76 and B9. RGB value is (107,118,185). Sum of RGB (Red+Green+Blue) = 107+118+185=410 (54% of max value = 765). Red value is 107 (42.19% from 255 or 26.10% from 410); Green value is 118 (46.48% from 255 or 28.78% from 410); Blue value is 185 (72.66% from 255 or 45.12% from 410); Max value from RGB is 185 - color contains mainly: blue. Hex color #6B76B9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B76B9 is #948946. Grayscale: #7A7A7A. Windows color (decimal): -9734471 or 12154475. OLE color: 12154475.
HSL color Cylindrical-coordinate representation of color #6B76B9: hue angle of 231.54º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6B76B9 is Cyan = 0.42, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 107 | 118 | 185 | - |
| CMYK | 0.42 | 0.36 | 0 | 0.27 |
| HSL | 231.54º | 0.36% | 0.57% | - |
| HSV(B) | 231.54º | 0.42% | 0.73% | - |
| XYZ | 21.3 | 19.59 | 48.56 | - |
| YUV | 122.35 | 163.36 | 117.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 118 | 185 | 0.42 | 0.36 | 0 | 0.27 | 231.54 | 0.36 | 0.57 |
| Hex | 6B | 76 | B9 | 2A | 24 | 0 | 1B | E8 | 24 | 39 |
| Octal | 153 | 166 | 271 | 52 | 44 | 0 | 33 | 350 | 44 | 71 |
| Binary | 1101011 | 1110110 | 10111001 | 101010 | 100100 | 0 | 11011 | 11101000 | 100100 | 111001 |
Color Harmonies of #6B76B9
Complementary color
Monochromatic Colors of #6B76B9
Black with #6B76B9
Text Example
Text Example
White with #6B76B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B76B9; }
p { color: rgb(107,118,185); }
H1.HeaderClassName
{
color: #6B76B9;
}
.AnyTagClassName
{
color: #6B76B9;
}
</style>
background-color css
<style>
a { background-color: #6B76B9; }
a { background-color: rgb(107,118,185); }
div.DivClassName
{
background-color: #6B76B9;
}
.BgClassName
{
background-color: #6B76B9;
}
</style>
border-color css
<style>
span { border-color: #6B76B9; }
span { border-color: rgb(107,118,185); }
td.TdClassName
{
border-color: #6B76B9;
}
.TagClassName
{
border-color: #6B76B9;
}
</style>