Shades of Chetwode Blue #676FC0
Tints of Chetwode Blue #676FC0
RGB
CMYK
RGB Variations
Color information
#676FC0 (or 0x676FC0) is known color: Chetwode Blue. HEX triplet: 67, 6F and C0. RGB value is (103,111,192). Sum of RGB (Red+Green+Blue) = 103+111+192=406 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.37% from 406); Green value is 111 (43.75% from 255 or 27.34% from 406); Blue value is 192 (75.39% from 255 or 47.29% from 406); Max value from RGB is 192 - color contains mainly: blue. Hex color #676FC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #676FC0 is #98903F. Grayscale: #757575. Windows color (decimal): -9998400 or 12611431. OLE color: 12611431.
HSL color Cylindrical-coordinate representation of color #676FC0: hue angle of 234.61º 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 #676FC0 is Cyan = 0.46, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 103 | 111 | 192 | - |
| CMYK | 0.46 | 0.42 | 0 | 0.25 |
| HSL | 234.61º | 0.41% | 0.58% | - |
| HSV(B) | 234.61º | 0.46% | 0.75% | - |
| XYZ | 20.79 | 18.06 | 52.26 | - |
| YUV | 117.84 | 169.85 | 117.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 111 | 192 | 0.46 | 0.42 | 0 | 0.25 | 234.61 | 0.41 | 0.58 |
| Hex | 67 | 6F | C0 | 2E | 2A | 0 | 19 | EB | 29 | 3A |
| Octal | 147 | 157 | 300 | 56 | 52 | 0 | 31 | 353 | 51 | 72 |
| Binary | 1100111 | 1101111 | 11000000 | 101110 | 101010 | 0 | 11001 | 11101011 | 101001 | 111010 |
Color Harmonies of #676FC0
Complementary color
Monochromatic Colors of #676FC0
Black with #676FC0
Text Example
Text Example
White with #676FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676FC0; }
p { color: rgb(103,111,192); }
H1.HeaderClassName
{
color: #676FC0;
}
.AnyTagClassName
{
color: #676FC0;
}
</style>
background-color css
<style>
a { background-color: #676FC0; }
a { background-color: rgb(103,111,192); }
div.DivClassName
{
background-color: #676FC0;
}
.BgClassName
{
background-color: #676FC0;
}
</style>
border-color css
<style>
span { border-color: #676FC0; }
span { border-color: rgb(103,111,192); }
td.TdClassName
{
border-color: #676FC0;
}
.TagClassName
{
border-color: #676FC0;
}
</style>