Shades of Chetwode Blue #6C7CBD
Tints of Chetwode Blue #6C7CBD
RGB
CMYK
RGB Variations
Color information
#6C7CBD (or 0x6C7CBD) is known color: Chetwode Blue. HEX triplet: 6C, 7C and BD. RGB value is (108,124,189). Sum of RGB (Red+Green+Blue) = 108+124+189=421 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.65% from 421); Green value is 124 (48.83% from 255 or 29.45% from 421); Blue value is 189 (74.22% from 255 or 44.89% from 421); Max value from RGB is 189 - color contains mainly: blue. Hex color #6C7CBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C7CBD is #938342. Grayscale: #7E7E7E. Windows color (decimal): -9667395 or 12418156. OLE color: 12418156.
HSL color Cylindrical-coordinate representation of color #6C7CBD: hue angle of 228.15º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6C7CBD is Cyan = 0.43, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 108 | 124 | 189 | - |
| CMYK | 0.43 | 0.34 | 0 | 0.26 |
| HSL | 228.15º | 0.38% | 0.58% | - |
| HSV(B) | 228.15º | 0.43% | 0.74% | - |
| XYZ | 22.58 | 21.28 | 51.06 | - |
| YUV | 126.63 | 163.2 | 114.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 124 | 189 | 0.43 | 0.34 | 0 | 0.26 | 228.15 | 0.38 | 0.58 |
| Hex | 6C | 7C | BD | 2B | 22 | 0 | 1A | E4 | 26 | 3A |
| Octal | 154 | 174 | 275 | 53 | 42 | 0 | 32 | 344 | 46 | 72 |
| Binary | 1101100 | 1111100 | 10111101 | 101011 | 100010 | 0 | 11010 | 11100100 | 100110 | 111010 |
Color Harmonies of #6C7CBD
Complementary color
Monochromatic Colors of #6C7CBD
Black with #6C7CBD
Text Example
Text Example
White with #6C7CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7CBD; }
p { color: rgb(108,124,189); }
H1.HeaderClassName
{
color: #6C7CBD;
}
.AnyTagClassName
{
color: #6C7CBD;
}
</style>
background-color css
<style>
a { background-color: #6C7CBD; }
a { background-color: rgb(108,124,189); }
div.DivClassName
{
background-color: #6C7CBD;
}
.BgClassName
{
background-color: #6C7CBD;
}
</style>
border-color css
<style>
span { border-color: #6C7CBD; }
span { border-color: rgb(108,124,189); }
td.TdClassName
{
border-color: #6C7CBD;
}
.TagClassName
{
border-color: #6C7CBD;
}
</style>