Shades of Chetwode Blue #676CC0
Tints of Chetwode Blue #676CC0
RGB
CMYK
RGB Variations
Color information
#676CC0 (or 0x676CC0) is known color: Chetwode Blue. HEX triplet: 67, 6C and C0. RGB value is (103,108,192). Sum of RGB (Red+Green+Blue) = 103+108+192=403 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.56% from 403); Green value is 108 (42.58% from 255 or 26.80% from 403); Blue value is 192 (75.39% from 255 or 47.64% from 403); Max value from RGB is 192 - color contains mainly: blue. Hex color #676CC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #676CC0 is #98933F. Grayscale: #737373. Windows color (decimal): -9999168 or 12610663. OLE color: 12610663.
HSL color Cylindrical-coordinate representation of color #676CC0: hue angle of 236.63º 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 #676CC0 is Cyan = 0.46, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 103 | 108 | 192 | - |
| CMYK | 0.46 | 0.44 | 0 | 0.25 |
| HSL | 236.63º | 0.41% | 0.58% | - |
| HSV(B) | 236.63º | 0.46% | 0.75% | - |
| XYZ | 20.47 | 17.41 | 52.15 | - |
| YUV | 116.08 | 170.84 | 118.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 108 | 192 | 0.46 | 0.44 | 0 | 0.25 | 236.63 | 0.41 | 0.58 |
| Hex | 67 | 6C | C0 | 2E | 2C | 0 | 19 | ED | 29 | 3A |
| Octal | 147 | 154 | 300 | 56 | 54 | 0 | 31 | 355 | 51 | 72 |
| Binary | 1100111 | 1101100 | 11000000 | 101110 | 101100 | 0 | 11001 | 11101101 | 101001 | 111010 |
Color Harmonies of #676CC0
Complementary color
Monochromatic Colors of #676CC0
Black with #676CC0
Text Example
Text Example
White with #676CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676CC0; }
p { color: rgb(103,108,192); }
H1.HeaderClassName
{
color: #676CC0;
}
.AnyTagClassName
{
color: #676CC0;
}
</style>
background-color css
<style>
a { background-color: #676CC0; }
a { background-color: rgb(103,108,192); }
div.DivClassName
{
background-color: #676CC0;
}
.BgClassName
{
background-color: #676CC0;
}
</style>
border-color css
<style>
span { border-color: #676CC0; }
span { border-color: rgb(103,108,192); }
td.TdClassName
{
border-color: #676CC0;
}
.TagClassName
{
border-color: #676CC0;
}
</style>