Shades of Chetwode Blue #6D6CB4
Tints of Chetwode Blue #6D6CB4
RGB
CMYK
RGB Variations
Color information
#6D6CB4 (or 0x6D6CB4) is known color: Chetwode Blue. HEX triplet: 6D, 6C and B4. RGB value is (109,108,180). Sum of RGB (Red+Green+Blue) = 109+108+180=397 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.46% from 397); Green value is 108 (42.58% from 255 or 27.20% from 397); Blue value is 180 (70.70% from 255 or 45.34% from 397); Max value from RGB is 180 - color contains mainly: blue. Hex color #6D6CB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D6CB4 is #92934B. Grayscale: #747474. Windows color (decimal): -9605964 or 11824237. OLE color: 11824237.
HSL color Cylindrical-coordinate representation of color #6D6CB4: hue angle of 240.83º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6D6CB4 is Cyan = 0.39, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 109 | 108 | 180 | - |
| CMYK | 0.39 | 0.40 | 0 | 0.29 |
| HSL | 240.83º | 0.32% | 0.56% | - |
| HSV(B) | 240.83º | 0.4% | 0.71% | - |
| XYZ | 19.91 | 17.27 | 45.46 | - |
| YUV | 116.51 | 163.83 | 122.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 108 | 180 | 0.39 | 0.40 | 0 | 0.29 | 240.83 | 0.32 | 0.56 |
| Hex | 6D | 6C | B4 | 27 | 28 | 0 | 1D | F1 | 20 | 38 |
| Octal | 155 | 154 | 264 | 47 | 50 | 0 | 35 | 361 | 40 | 70 |
| Binary | 1101101 | 1101100 | 10110100 | 100111 | 101000 | 0 | 11101 | 11110001 | 100000 | 111000 |
Color Harmonies of #6D6CB4
Complementary color
Monochromatic Colors of #6D6CB4
Black with #6D6CB4
Text Example
Text Example
White with #6D6CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6CB4; }
p { color: rgb(109,108,180); }
H1.HeaderClassName
{
color: #6D6CB4;
}
.AnyTagClassName
{
color: #6D6CB4;
}
</style>
background-color css
<style>
a { background-color: #6D6CB4; }
a { background-color: rgb(109,108,180); }
div.DivClassName
{
background-color: #6D6CB4;
}
.BgClassName
{
background-color: #6D6CB4;
}
</style>
border-color css
<style>
span { border-color: #6D6CB4; }
span { border-color: rgb(109,108,180); }
td.TdClassName
{
border-color: #6D6CB4;
}
.TagClassName
{
border-color: #6D6CB4;
}
</style>