Shades of Chetwode Blue #6C7ACD
Tints of Chetwode Blue #6C7ACD
RGB
CMYK
RGB Variations
Color information
#6C7ACD (or 0x6C7ACD) is known color: Chetwode Blue. HEX triplet: 6C, 7A and CD. RGB value is (108,122,205). Sum of RGB (Red+Green+Blue) = 108+122+205=435 (57% of max value = 765). Red value is 108 (42.58% from 255 or 24.83% from 435); Green value is 122 (48.05% from 255 or 28.05% from 435); Blue value is 205 (80.47% from 255 or 47.13% from 435); Max value from RGB is 205 - color contains mainly: blue. Hex color #6C7ACD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C7ACD is #938532. Grayscale: #7E7E7E. Windows color (decimal): -9667891 or 13466220. OLE color: 13466220.
HSL color Cylindrical-coordinate representation of color #6C7ACD: hue angle of 231.34º 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 #6C7ACD is Cyan = 0.47, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 108 | 122 | 205 | - |
| CMYK | 0.47 | 0.40 | 0 | 0.20 |
| HSL | 231.34º | 0.49% | 0.61% | - |
| HSV(B) | 231.34º | 0.47% | 0.8% | - |
| XYZ | 24.16 | 21.51 | 60.64 | - |
| YUV | 127.28 | 171.86 | 114.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 122 | 205 | 0.47 | 0.40 | 0 | 0.20 | 231.34 | 0.49 | 0.61 |
| Hex | 6C | 7A | CD | 2F | 28 | 0 | 14 | E7 | 31 | 3D |
| Octal | 154 | 172 | 315 | 57 | 50 | 0 | 24 | 347 | 61 | 75 |
| Binary | 1101100 | 1111010 | 11001101 | 101111 | 101000 | 0 | 10100 | 11100111 | 110001 | 111101 |
Color Harmonies of #6C7ACD
Complementary color
Monochromatic Colors of #6C7ACD
Black with #6C7ACD
Text Example
Text Example
White with #6C7ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7ACD; }
p { color: rgb(108,122,205); }
H1.HeaderClassName
{
color: #6C7ACD;
}
.AnyTagClassName
{
color: #6C7ACD;
}
</style>
background-color css
<style>
a { background-color: #6C7ACD; }
a { background-color: rgb(108,122,205); }
div.DivClassName
{
background-color: #6C7ACD;
}
.BgClassName
{
background-color: #6C7ACD;
}
</style>
border-color css
<style>
span { border-color: #6C7ACD; }
span { border-color: rgb(108,122,205); }
td.TdClassName
{
border-color: #6C7ACD;
}
.TagClassName
{
border-color: #6C7ACD;
}
</style>