Shades of Chetwode Blue #6B6CAC
Tints of Chetwode Blue #6B6CAC
RGB
CMYK
RGB Variations
Color information
#6B6CAC (or 0x6B6CAC) is known color: Chetwode Blue. HEX triplet: 6B, 6C and AC. RGB value is (107,108,172). Sum of RGB (Red+Green+Blue) = 107+108+172=387 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.65% from 387); Green value is 108 (42.58% from 255 or 27.91% from 387); Blue value is 172 (67.58% from 255 or 44.44% from 387); Max value from RGB is 172 - color contains mainly: blue. Hex color #6B6CAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B6CAC is #949353. Grayscale: #727272. Windows color (decimal): -9737044 or 11299947. OLE color: 11299947.
HSL color Cylindrical-coordinate representation of color #6B6CAC: hue angle of 239.08º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6B6CAC is Cyan = 0.38, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 107 | 108 | 172 | - |
| CMYK | 0.38 | 0.37 | 0 | 0.33 |
| HSL | 239.08º | 0.28% | 0.55% | - |
| HSV(B) | 239.08º | 0.38% | 0.67% | - |
| XYZ | 18.87 | 16.83 | 41.28 | - |
| YUV | 115 | 160.17 | 122.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 108 | 172 | 0.38 | 0.37 | 0 | 0.33 | 239.08 | 0.28 | 0.55 |
| Hex | 6B | 6C | AC | 26 | 25 | 0 | 21 | EF | 1C | 37 |
| Octal | 153 | 154 | 254 | 46 | 45 | 0 | 41 | 357 | 34 | 67 |
| Binary | 1101011 | 1101100 | 10101100 | 100110 | 100101 | 0 | 100001 | 11101111 | 11100 | 110111 |
Color Harmonies of #6B6CAC
Complementary color
Monochromatic Colors of #6B6CAC
Black with #6B6CAC
Text Example
Text Example
White with #6B6CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6CAC; }
p { color: rgb(107,108,172); }
H1.HeaderClassName
{
color: #6B6CAC;
}
.AnyTagClassName
{
color: #6B6CAC;
}
</style>
background-color css
<style>
a { background-color: #6B6CAC; }
a { background-color: rgb(107,108,172); }
div.DivClassName
{
background-color: #6B6CAC;
}
.BgClassName
{
background-color: #6B6CAC;
}
</style>
border-color css
<style>
span { border-color: #6B6CAC; }
span { border-color: rgb(107,108,172); }
td.TdClassName
{
border-color: #6B6CAC;
}
.TagClassName
{
border-color: #6B6CAC;
}
</style>