Shades of Chetwode Blue #6B6DAE
Tints of Chetwode Blue #6B6DAE
RGB
CMYK
RGB Variations
Color information
#6B6DAE (or 0x6B6DAE) is known color: Chetwode Blue. HEX triplet: 6B, 6D and AE. RGB value is (107,109,174). Sum of RGB (Red+Green+Blue) = 107+109+174=390 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.44% from 390); Green value is 109 (42.97% from 255 or 27.95% from 390); Blue value is 174 (68.36% from 255 or 44.62% from 390); Max value from RGB is 174 - color contains mainly: blue. Hex color #6B6DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B6DAE is #949251. Grayscale: #737373. Windows color (decimal): -9736786 or 11431275. OLE color: 11431275.
HSL color Cylindrical-coordinate representation of color #6B6DAE: hue angle of 238.21º 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 #6B6DAE is Cyan = 0.39, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 107 | 109 | 174 | - |
| CMYK | 0.39 | 0.37 | 0 | 0.32 |
| HSL | 238.21º | 0.29% | 0.55% | - |
| HSV(B) | 238.21º | 0.39% | 0.68% | - |
| XYZ | 19.17 | 17.12 | 42.34 | - |
| YUV | 115.81 | 160.84 | 121.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 109 | 174 | 0.39 | 0.37 | 0 | 0.32 | 238.21 | 0.29 | 0.55 |
| Hex | 6B | 6D | AE | 27 | 25 | 0 | 20 | EE | 1D | 37 |
| Octal | 153 | 155 | 256 | 47 | 45 | 0 | 40 | 356 | 35 | 67 |
| Binary | 1101011 | 1101101 | 10101110 | 100111 | 100101 | 0 | 100000 | 11101110 | 11101 | 110111 |
Color Harmonies of #6B6DAE
Complementary color
Monochromatic Colors of #6B6DAE
Black with #6B6DAE
Text Example
Text Example
White with #6B6DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6DAE; }
p { color: rgb(107,109,174); }
H1.HeaderClassName
{
color: #6B6DAE;
}
.AnyTagClassName
{
color: #6B6DAE;
}
</style>
background-color css
<style>
a { background-color: #6B6DAE; }
a { background-color: rgb(107,109,174); }
div.DivClassName
{
background-color: #6B6DAE;
}
.BgClassName
{
background-color: #6B6DAE;
}
</style>
border-color css
<style>
span { border-color: #6B6DAE; }
span { border-color: rgb(107,109,174); }
td.TdClassName
{
border-color: #6B6DAE;
}
.TagClassName
{
border-color: #6B6DAE;
}
</style>