Shades of Chetwode Blue #6B6BBA
Tints of Chetwode Blue #6B6BBA
RGB
CMYK
RGB Variations
Color information
#6B6BBA (or 0x6B6BBA) is known color: Chetwode Blue. HEX triplet: 6B, 6B and BA. RGB value is (107,107,186). Sum of RGB (Red+Green+Blue) = 107+107+186=400 (52% of max value = 765). Red value is 107 (42.19% from 255 or 26.75% from 400); Green value is 107 (42.19% from 255 or 26.75% from 400); Blue value is 186 (73.05% from 255 or 46.5% from 400); Max value from RGB is 186 - color contains mainly: blue. Hex color #6B6BBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B6BBA is #949445. Grayscale: #737373. Windows color (decimal): -9737286 or 12217195. OLE color: 12217195.
HSL color Cylindrical-coordinate representation of color #6B6BBA: hue angle of 240º 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 #6B6BBA is Cyan = 0.42, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 107 | 107 | 186 | - |
| CMYK | 0.42 | 0.42 | 0 | 0.27 |
| HSL | 240º | 0.36% | 0.57% | - |
| HSV(B) | 240º | 0.42% | 0.73% | - |
| XYZ | 20.18 | 17.19 | 48.71 | - |
| YUV | 116.01 | 167.5 | 121.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 107 | 186 | 0.42 | 0.42 | 0 | 0.27 | 240 | 0.36 | 0.57 |
| Hex | 6B | 6B | BA | 2A | 2A | 0 | 1B | F0 | 24 | 39 |
| Octal | 153 | 153 | 272 | 52 | 52 | 0 | 33 | 360 | 44 | 71 |
| Binary | 1101011 | 1101011 | 10111010 | 101010 | 101010 | 0 | 11011 | 11110000 | 100100 | 111001 |
Color Harmonies of #6B6BBA
Complementary color
Monochromatic Colors of #6B6BBA
Black with #6B6BBA
Text Example
Text Example
White with #6B6BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6BBA; }
p { color: rgb(107,107,186); }
H1.HeaderClassName
{
color: #6B6BBA;
}
.AnyTagClassName
{
color: #6B6BBA;
}
</style>
background-color css
<style>
a { background-color: #6B6BBA; }
a { background-color: rgb(107,107,186); }
div.DivClassName
{
background-color: #6B6BBA;
}
.BgClassName
{
background-color: #6B6BBA;
}
</style>
border-color css
<style>
span { border-color: #6B6BBA; }
span { border-color: rgb(107,107,186); }
td.TdClassName
{
border-color: #6B6BBA;
}
.TagClassName
{
border-color: #6B6BBA;
}
</style>