Shades of Chetwode Blue #6B75BA
Tints of Chetwode Blue #6B75BA
RGB
CMYK
RGB Variations
Color information
#6B75BA (or 0x6B75BA) is known color: Chetwode Blue. HEX triplet: 6B, 75 and BA. RGB value is (107,117,186). Sum of RGB (Red+Green+Blue) = 107+117+186=410 (54% of max value = 765). Red value is 107 (42.19% from 255 or 26.10% from 410); Green value is 117 (46.09% from 255 or 28.54% from 410); Blue value is 186 (73.05% from 255 or 45.37% from 410); Max value from RGB is 186 - color contains mainly: blue. Hex color #6B75BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B75BA is #948A45. Grayscale: #797979. Windows color (decimal): -9734726 or 12219755. OLE color: 12219755.
HSL color Cylindrical-coordinate representation of color #6B75BA: hue angle of 232.41º 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 #6B75BA is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 107 | 117 | 186 | - |
| CMYK | 0.42 | 0.37 | 0 | 0.27 |
| HSL | 232.41º | 0.36% | 0.57% | - |
| HSV(B) | 232.41º | 0.42% | 0.73% | - |
| XYZ | 21.29 | 19.39 | 49.08 | - |
| YUV | 121.88 | 164.19 | 117.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 117 | 186 | 0.42 | 0.37 | 0 | 0.27 | 232.41 | 0.36 | 0.57 |
| Hex | 6B | 75 | BA | 2A | 25 | 0 | 1B | E8 | 24 | 39 |
| Octal | 153 | 165 | 272 | 52 | 45 | 0 | 33 | 350 | 44 | 71 |
| Binary | 1101011 | 1110101 | 10111010 | 101010 | 100101 | 0 | 11011 | 11101000 | 100100 | 111001 |
Color Harmonies of #6B75BA
Complementary color
Monochromatic Colors of #6B75BA
Black with #6B75BA
Text Example
Text Example
White with #6B75BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B75BA; }
p { color: rgb(107,117,186); }
H1.HeaderClassName
{
color: #6B75BA;
}
.AnyTagClassName
{
color: #6B75BA;
}
</style>
background-color css
<style>
a { background-color: #6B75BA; }
a { background-color: rgb(107,117,186); }
div.DivClassName
{
background-color: #6B75BA;
}
.BgClassName
{
background-color: #6B75BA;
}
</style>
border-color css
<style>
span { border-color: #6B75BA; }
span { border-color: rgb(107,117,186); }
td.TdClassName
{
border-color: #6B75BA;
}
.TagClassName
{
border-color: #6B75BA;
}
</style>