Shades of Chetwode Blue #6B6BBD
Tints of Chetwode Blue #6B6BBD
RGB
CMYK
RGB Variations
Color information
#6B6BBD (or 0x6B6BBD) is known color: Chetwode Blue. HEX triplet: 6B, 6B and BD. RGB value is (107,107,189). Sum of RGB (Red+Green+Blue) = 107+107+189=403 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.55% from 403); Green value is 107 (42.19% from 255 or 26.55% from 403); Blue value is 189 (74.22% from 255 or 46.90% from 403); Max value from RGB is 189 - color contains mainly: blue. Hex color #6B6BBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B6BBD is #949442. Grayscale: #747474. Windows color (decimal): -9737283 or 12413803. OLE color: 12413803.
HSL color Cylindrical-coordinate representation of color #6B6BBD: hue angle of 240º 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 #6B6BBD is Cyan = 0.43, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 107 | 107 | 189 | - |
| CMYK | 0.43 | 0.43 | 0 | 0.26 |
| HSL | 240º | 0.38% | 0.58% | - |
| HSV(B) | 240º | 0.43% | 0.74% | - |
| XYZ | 20.51 | 17.32 | 50.41 | - |
| YUV | 116.35 | 169 | 121.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 107 | 189 | 0.43 | 0.43 | 0 | 0.26 | 240 | 0.38 | 0.58 |
| Hex | 6B | 6B | BD | 2B | 2B | 0 | 1A | F0 | 26 | 3A |
| Octal | 153 | 153 | 275 | 53 | 53 | 0 | 32 | 360 | 46 | 72 |
| Binary | 1101011 | 1101011 | 10111101 | 101011 | 101011 | 0 | 11010 | 11110000 | 100110 | 111010 |
Color Harmonies of #6B6BBD
Complementary color
Monochromatic Colors of #6B6BBD
Black with #6B6BBD
Text Example
Text Example
White with #6B6BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6BBD; }
p { color: rgb(107,107,189); }
H1.HeaderClassName
{
color: #6B6BBD;
}
.AnyTagClassName
{
color: #6B6BBD;
}
</style>
background-color css
<style>
a { background-color: #6B6BBD; }
a { background-color: rgb(107,107,189); }
div.DivClassName
{
background-color: #6B6BBD;
}
.BgClassName
{
background-color: #6B6BBD;
}
</style>
border-color css
<style>
span { border-color: #6B6BBD; }
span { border-color: rgb(107,107,189); }
td.TdClassName
{
border-color: #6B6BBD;
}
.TagClassName
{
border-color: #6B6BBD;
}
</style>