Shades of Chetwode Blue #676EC0
Tints of Chetwode Blue #676EC0
RGB
CMYK
RGB Variations
Color information
#676EC0 (or 0x676EC0) is known color: Chetwode Blue. HEX triplet: 67, 6E and C0. RGB value is (103,110,192). Sum of RGB (Red+Green+Blue) = 103+110+192=405 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.43% from 405); Green value is 110 (43.36% from 255 or 27.16% from 405); Blue value is 192 (75.39% from 255 or 47.41% from 405); Max value from RGB is 192 - color contains mainly: blue. Hex color #676EC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #676EC0 is #98913F. Grayscale: #747474. Windows color (decimal): -9998656 or 12611175. OLE color: 12611175.
HSL color Cylindrical-coordinate representation of color #676EC0: hue angle of 235.28º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #676EC0 is Cyan = 0.46, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 103 | 110 | 192 | - |
| CMYK | 0.46 | 0.43 | 0 | 0.25 |
| HSL | 235.28º | 0.41% | 0.58% | - |
| HSV(B) | 235.28º | 0.46% | 0.75% | - |
| XYZ | 20.68 | 17.84 | 52.22 | - |
| YUV | 117.26 | 170.18 | 117.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 110 | 192 | 0.46 | 0.43 | 0 | 0.25 | 235.28 | 0.41 | 0.58 |
| Hex | 67 | 6E | C0 | 2E | 2B | 0 | 19 | EB | 29 | 3A |
| Octal | 147 | 156 | 300 | 56 | 53 | 0 | 31 | 353 | 51 | 72 |
| Binary | 1100111 | 1101110 | 11000000 | 101110 | 101011 | 0 | 11001 | 11101011 | 101001 | 111010 |
Color Harmonies of #676EC0
Complementary color
Monochromatic Colors of #676EC0
Black with #676EC0
Text Example
Text Example
White with #676EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676EC0; }
p { color: rgb(103,110,192); }
H1.HeaderClassName
{
color: #676EC0;
}
.AnyTagClassName
{
color: #676EC0;
}
</style>
background-color css
<style>
a { background-color: #676EC0; }
a { background-color: rgb(103,110,192); }
div.DivClassName
{
background-color: #676EC0;
}
.BgClassName
{
background-color: #676EC0;
}
</style>
border-color css
<style>
span { border-color: #676EC0; }
span { border-color: rgb(103,110,192); }
td.TdClassName
{
border-color: #676EC0;
}
.TagClassName
{
border-color: #676EC0;
}
</style>