Shades of Chetwode Blue #6C7BBF
Tints of Chetwode Blue #6C7BBF
RGB
CMYK
RGB Variations
Color information
#6C7BBF (or 0x6C7BBF) is known color: Chetwode Blue. HEX triplet: 6C, 7B and BF. RGB value is (108,123,191). Sum of RGB (Red+Green+Blue) = 108+123+191=422 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.59% from 422); Green value is 123 (48.44% from 255 or 29.15% from 422); Blue value is 191 (75% from 255 or 45.26% from 422); Max value from RGB is 191 - color contains mainly: blue. Hex color #6C7BBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C7BBF is #938440. Grayscale: #7D7D7D. Windows color (decimal): -9667649 or 12548972. OLE color: 12548972.
HSL color Cylindrical-coordinate representation of color #6C7BBF: hue angle of 229.16º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6C7BBF is Cyan = 0.43, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 108 | 123 | 191 | - |
| CMYK | 0.43 | 0.36 | 0 | 0.25 |
| HSL | 229.16º | 0.39% | 0.59% | - |
| HSV(B) | 229.16º | 0.43% | 0.75% | - |
| XYZ | 22.67 | 21.12 | 52.17 | - |
| YUV | 126.27 | 164.53 | 114.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 123 | 191 | 0.43 | 0.36 | 0 | 0.25 | 229.16 | 0.39 | 0.59 |
| Hex | 6C | 7B | BF | 2B | 24 | 0 | 19 | E5 | 27 | 3B |
| Octal | 154 | 173 | 277 | 53 | 44 | 0 | 31 | 345 | 47 | 73 |
| Binary | 1101100 | 1111011 | 10111111 | 101011 | 100100 | 0 | 11001 | 11100101 | 100111 | 111011 |
Color Harmonies of #6C7BBF
Complementary color
Monochromatic Colors of #6C7BBF
Black with #6C7BBF
Text Example
Text Example
White with #6C7BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7BBF; }
p { color: rgb(108,123,191); }
H1.HeaderClassName
{
color: #6C7BBF;
}
.AnyTagClassName
{
color: #6C7BBF;
}
</style>
background-color css
<style>
a { background-color: #6C7BBF; }
a { background-color: rgb(108,123,191); }
div.DivClassName
{
background-color: #6C7BBF;
}
.BgClassName
{
background-color: #6C7BBF;
}
</style>
border-color css
<style>
span { border-color: #6C7BBF; }
span { border-color: rgb(108,123,191); }
td.TdClassName
{
border-color: #6C7BBF;
}
.TagClassName
{
border-color: #6C7BBF;
}
</style>