Shades of Chetwode Blue #6B6DAB
Tints of Chetwode Blue #6B6DAB
RGB
CMYK
RGB Variations
Color information
#6B6DAB (or 0x6B6DAB) is known color: Chetwode Blue. HEX triplet: 6B, 6D and AB. RGB value is (107,109,171). Sum of RGB (Red+Green+Blue) = 107+109+171=387 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.65% from 387); Green value is 109 (42.97% from 255 or 28.17% from 387); Blue value is 171 (67.19% from 255 or 44.19% from 387); Max value from RGB is 171 - color contains mainly: blue. Hex color #6B6DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B6DAB is #949254. Grayscale: #737373. Windows color (decimal): -9736789 or 11234667. OLE color: 11234667.
HSL color Cylindrical-coordinate representation of color #6B6DAB: hue angle of 238.12º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6B6DAB is Cyan = 0.37, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 107 | 109 | 171 | - |
| CMYK | 0.37 | 0.36 | 0 | 0.33 |
| HSL | 238.13º | 0.28% | 0.55% | - |
| HSV(B) | 238.13º | 0.37% | 0.67% | - |
| XYZ | 18.88 | 17 | 40.81 | - |
| YUV | 115.47 | 159.34 | 121.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 109 | 171 | 0.37 | 0.36 | 0 | 0.33 | 238.13 | 0.28 | 0.55 |
| Hex | 6B | 6D | AB | 25 | 24 | 0 | 21 | EE | 1C | 37 |
| Octal | 153 | 155 | 253 | 45 | 44 | 0 | 41 | 356 | 34 | 67 |
| Binary | 1101011 | 1101101 | 10101011 | 100101 | 100100 | 0 | 100001 | 11101110 | 11100 | 110111 |
Color Harmonies of #6B6DAB
Complementary color
Monochromatic Colors of #6B6DAB
Black with #6B6DAB
Text Example
Text Example
White with #6B6DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6DAB; }
p { color: rgb(107,109,171); }
H1.HeaderClassName
{
color: #6B6DAB;
}
.AnyTagClassName
{
color: #6B6DAB;
}
</style>
background-color css
<style>
a { background-color: #6B6DAB; }
a { background-color: rgb(107,109,171); }
div.DivClassName
{
background-color: #6B6DAB;
}
.BgClassName
{
background-color: #6B6DAB;
}
</style>
border-color css
<style>
span { border-color: #6B6DAB; }
span { border-color: rgb(107,109,171); }
td.TdClassName
{
border-color: #6B6DAB;
}
.TagClassName
{
border-color: #6B6DAB;
}
</style>