Shades of Chetwode Blue #6C7BCE
Tints of Chetwode Blue #6C7BCE
RGB
CMYK
RGB Variations
Color information
#6C7BCE (or 0x6C7BCE) is known color: Chetwode Blue. HEX triplet: 6C, 7B and CE. RGB value is (108,123,206). Sum of RGB (Red+Green+Blue) = 108+123+206=437 (57% of max value = 765). Red value is 108 (42.58% from 255 or 24.71% from 437); Green value is 123 (48.44% from 255 or 28.15% from 437); Blue value is 206 (80.86% from 255 or 47.14% from 437); Max value from RGB is 206 - color contains mainly: blue. Hex color #6C7BCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C7BCE is #938431. Grayscale: #7F7F7F. Windows color (decimal): -9667634 or 13532012. OLE color: 13532012.
HSL color Cylindrical-coordinate representation of color #6C7BCE: hue angle of 230.82º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6C7BCE is Cyan = 0.48, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 108 | 123 | 206 | - |
| CMYK | 0.48 | 0.40 | 0 | 0.19 |
| HSL | 230.82º | 0.5% | 0.62% | - |
| HSV(B) | 230.82º | 0.48% | 0.81% | - |
| XYZ | 24.41 | 21.81 | 61.32 | - |
| YUV | 127.98 | 172.03 | 113.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 123 | 206 | 0.48 | 0.40 | 0 | 0.19 | 230.82 | 0.5 | 0.62 |
| Hex | 6C | 7B | CE | 30 | 28 | 0 | 13 | E7 | 32 | 3E |
| Octal | 154 | 173 | 316 | 60 | 50 | 0 | 23 | 347 | 62 | 76 |
| Binary | 1101100 | 1111011 | 11001110 | 110000 | 101000 | 0 | 10011 | 11100111 | 110010 | 111110 |
Color Harmonies of #6C7BCE
Complementary color
Monochromatic Colors of #6C7BCE
Black with #6C7BCE
Text Example
Text Example
White with #6C7BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7BCE; }
p { color: rgb(108,123,206); }
H1.HeaderClassName
{
color: #6C7BCE;
}
.AnyTagClassName
{
color: #6C7BCE;
}
</style>
background-color css
<style>
a { background-color: #6C7BCE; }
a { background-color: rgb(108,123,206); }
div.DivClassName
{
background-color: #6C7BCE;
}
.BgClassName
{
background-color: #6C7BCE;
}
</style>
border-color css
<style>
span { border-color: #6C7BCE; }
span { border-color: rgb(108,123,206); }
td.TdClassName
{
border-color: #6C7BCE;
}
.TagClassName
{
border-color: #6C7BCE;
}
</style>