Shades of Chetwode Blue #6C7CCD
Tints of Chetwode Blue #6C7CCD
RGB
CMYK
RGB Variations
Color information
#6C7CCD (or 0x6C7CCD) is known color: Chetwode Blue. HEX triplet: 6C, 7C and CD. RGB value is (108,124,205). Sum of RGB (Red+Green+Blue) = 108+124+205=437 (57% of max value = 765). Red value is 108 (42.58% from 255 or 24.71% from 437); Green value is 124 (48.83% from 255 or 28.38% from 437); Blue value is 205 (80.47% from 255 or 46.91% from 437); Max value from RGB is 205 - color contains mainly: blue. Hex color #6C7CCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C7CCD is #938332. Grayscale: #808080. Windows color (decimal): -9667379 or 13466732. OLE color: 13466732.
HSL color Cylindrical-coordinate representation of color #6C7CCD: hue angle of 230.1º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6C7CCD is Cyan = 0.47, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 108 | 124 | 205 | - |
| CMYK | 0.47 | 0.40 | 0 | 0.20 |
| HSL | 230.1º | 0.49% | 0.61% | - |
| HSV(B) | 230.1º | 0.47% | 0.8% | - |
| XYZ | 24.41 | 22.01 | 60.72 | - |
| YUV | 128.45 | 171.2 | 113.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 124 | 205 | 0.47 | 0.40 | 0 | 0.20 | 230.1 | 0.49 | 0.61 |
| Hex | 6C | 7C | CD | 2F | 28 | 0 | 14 | E6 | 31 | 3D |
| Octal | 154 | 174 | 315 | 57 | 50 | 0 | 24 | 346 | 61 | 75 |
| Binary | 1101100 | 1111100 | 11001101 | 101111 | 101000 | 0 | 10100 | 11100110 | 110001 | 111101 |
Color Harmonies of #6C7CCD
Complementary color
Monochromatic Colors of #6C7CCD
Black with #6C7CCD
Text Example
Text Example
White with #6C7CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7CCD; }
p { color: rgb(108,124,205); }
H1.HeaderClassName
{
color: #6C7CCD;
}
.AnyTagClassName
{
color: #6C7CCD;
}
</style>
background-color css
<style>
a { background-color: #6C7CCD; }
a { background-color: rgb(108,124,205); }
div.DivClassName
{
background-color: #6C7CCD;
}
.BgClassName
{
background-color: #6C7CCD;
}
</style>
border-color css
<style>
span { border-color: #6C7CCD; }
span { border-color: rgb(108,124,205); }
td.TdClassName
{
border-color: #6C7CCD;
}
.TagClassName
{
border-color: #6C7CCD;
}
</style>