Shades of Chetwode Blue #6D7BCC
Tints of Chetwode Blue #6D7BCC
RGB
CMYK
RGB Variations
Color information
#6D7BCC (or 0x6D7BCC) is known color: Chetwode Blue. HEX triplet: 6D, 7B and CC. RGB value is (109,123,204). Sum of RGB (Red+Green+Blue) = 109+123+204=436 (57% of max value = 765). Red value is 109 (42.97% from 255 or 25% from 436); Green value is 123 (48.44% from 255 or 28.21% from 436); Blue value is 204 (80.08% from 255 or 46.79% from 436); Max value from RGB is 204 - color contains mainly: blue. Hex color #6D7BCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D7BCC is #928433. Grayscale: #7F7F7F. Windows color (decimal): -9602100 or 13400941. OLE color: 13400941.
HSL color Cylindrical-coordinate representation of color #6D7BCC: hue angle of 231.16º degrees, saturation: 0.48, 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 #6D7BCC is Cyan = 0.47, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 109 | 123 | 204 | - |
| CMYK | 0.47 | 0.40 | 0 | 0.2 |
| HSL | 231.16º | 0.48% | 0.61% | - |
| HSV(B) | 231.16º | 0.47% | 0.8% | - |
| XYZ | 24.29 | 21.78 | 60.05 | - |
| YUV | 128.05 | 170.86 | 114.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 123 | 204 | 0.47 | 0.40 | 0 | 0.2 | 231.16 | 0.48 | 0.61 |
| Hex | 6D | 7B | CC | 2F | 28 | 0 | 14 | E7 | 30 | 3D |
| Octal | 155 | 173 | 314 | 57 | 50 | 0 | 24 | 347 | 60 | 75 |
| Binary | 1101101 | 1111011 | 11001100 | 101111 | 101000 | 0 | 10100 | 11100111 | 110000 | 111101 |
Color Harmonies of #6D7BCC
Complementary color
Monochromatic Colors of #6D7BCC
Black with #6D7BCC
Text Example
Text Example
White with #6D7BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7BCC; }
p { color: rgb(109,123,204); }
H1.HeaderClassName
{
color: #6D7BCC;
}
.AnyTagClassName
{
color: #6D7BCC;
}
</style>
background-color css
<style>
a { background-color: #6D7BCC; }
a { background-color: rgb(109,123,204); }
div.DivClassName
{
background-color: #6D7BCC;
}
.BgClassName
{
background-color: #6D7BCC;
}
</style>
border-color css
<style>
span { border-color: #6D7BCC; }
span { border-color: rgb(109,123,204); }
td.TdClassName
{
border-color: #6D7BCC;
}
.TagClassName
{
border-color: #6D7BCC;
}
</style>