Shades of Chetwode Blue #6B7BAE
Tints of Chetwode Blue #6B7BAE
RGB
CMYK
RGB Variations
Color information
#6B7BAE (or 0x6B7BAE) is known color: Chetwode Blue. HEX triplet: 6B, 7B and AE. RGB value is (107,123,174). Sum of RGB (Red+Green+Blue) = 107+123+174=404 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.49% from 404); Green value is 123 (48.44% from 255 or 30.45% from 404); Blue value is 174 (68.36% from 255 or 43.07% from 404); Max value from RGB is 174 - color contains mainly: blue. Hex color #6B7BAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B7BAE is #948451. Grayscale: #7B7B7B. Windows color (decimal): -9733202 or 11434859. OLE color: 11434859.
HSL color Cylindrical-coordinate representation of color #6B7BAE: hue angle of 225.67º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6B7BAE is Cyan = 0.39, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 107 | 123 | 174 | - |
| CMYK | 0.39 | 0.29 | 0 | 0.32 |
| HSL | 225.67º | 0.29% | 0.55% | - |
| HSV(B) | 225.67º | 0.39% | 0.68% | - |
| XYZ | 20.79 | 20.35 | 42.88 | - |
| YUV | 124.03 | 156.2 | 115.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 123 | 174 | 0.39 | 0.29 | 0 | 0.32 | 225.67 | 0.29 | 0.55 |
| Hex | 6B | 7B | AE | 27 | 1D | 0 | 20 | E2 | 1D | 37 |
| Octal | 153 | 173 | 256 | 47 | 35 | 0 | 40 | 342 | 35 | 67 |
| Binary | 1101011 | 1111011 | 10101110 | 100111 | 11101 | 0 | 100000 | 11100010 | 11101 | 110111 |
Color Harmonies of #6B7BAE
Complementary color
Monochromatic Colors of #6B7BAE
Black with #6B7BAE
Text Example
Text Example
White with #6B7BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7BAE; }
p { color: rgb(107,123,174); }
H1.HeaderClassName
{
color: #6B7BAE;
}
.AnyTagClassName
{
color: #6B7BAE;
}
</style>
background-color css
<style>
a { background-color: #6B7BAE; }
a { background-color: rgb(107,123,174); }
div.DivClassName
{
background-color: #6B7BAE;
}
.BgClassName
{
background-color: #6B7BAE;
}
</style>
border-color css
<style>
span { border-color: #6B7BAE; }
span { border-color: rgb(107,123,174); }
td.TdClassName
{
border-color: #6B7BAE;
}
.TagClassName
{
border-color: #6B7BAE;
}
</style>