Shades of Chetwode Blue #6C7BCB
Tints of Chetwode Blue #6C7BCB
RGB
CMYK
RGB Variations
Color information
#6C7BCB (or 0x6C7BCB) is known color: Chetwode Blue. HEX triplet: 6C, 7B and CB. RGB value is (108,123,203). Sum of RGB (Red+Green+Blue) = 108+123+203=434 (57% of max value = 765). Red value is 108 (42.58% from 255 or 24.88% from 434); Green value is 123 (48.44% from 255 or 28.34% from 434); Blue value is 203 (79.69% from 255 or 46.77% from 434); Max value from RGB is 203 - color contains mainly: blue. Hex color #6C7BCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C7BCB is #938434. Grayscale: #7F7F7F. Windows color (decimal): -9667637 or 13335404. OLE color: 13335404.
HSL color Cylindrical-coordinate representation of color #6C7BCB: hue angle of 230.53º 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 #6C7BCB is Cyan = 0.47, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 108 | 123 | 203 | - |
| CMYK | 0.47 | 0.39 | 0 | 0.20 |
| HSL | 230.53º | 0.48% | 0.61% | - |
| HSV(B) | 230.53º | 0.47% | 0.8% | - |
| XYZ | 24.05 | 21.67 | 59.41 | - |
| YUV | 127.64 | 170.53 | 114 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 123 | 203 | 0.47 | 0.39 | 0 | 0.20 | 230.53 | 0.48 | 0.61 |
| Hex | 6C | 7B | CB | 2F | 27 | 0 | 14 | E7 | 30 | 3D |
| Octal | 154 | 173 | 313 | 57 | 47 | 0 | 24 | 347 | 60 | 75 |
| Binary | 1101100 | 1111011 | 11001011 | 101111 | 100111 | 0 | 10100 | 11100111 | 110000 | 111101 |
Color Harmonies of #6C7BCB
Complementary color
Monochromatic Colors of #6C7BCB
Black with #6C7BCB
Text Example
Text Example
White with #6C7BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7BCB; }
p { color: rgb(108,123,203); }
H1.HeaderClassName
{
color: #6C7BCB;
}
.AnyTagClassName
{
color: #6C7BCB;
}
</style>
background-color css
<style>
a { background-color: #6C7BCB; }
a { background-color: rgb(108,123,203); }
div.DivClassName
{
background-color: #6C7BCB;
}
.BgClassName
{
background-color: #6C7BCB;
}
</style>
border-color css
<style>
span { border-color: #6C7BCB; }
span { border-color: rgb(108,123,203); }
td.TdClassName
{
border-color: #6C7BCB;
}
.TagClassName
{
border-color: #6C7BCB;
}
</style>