Shades of Chetwode Blue #676AA8
Tints of Chetwode Blue #676AA8
RGB
CMYK
RGB Variations
Color information
#676AA8 (or 0x676AA8) is known color: Chetwode Blue. HEX triplet: 67, 6A and A8. RGB value is (103,106,168). Sum of RGB (Red+Green+Blue) = 103+106+168=377 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.32% from 377); Green value is 106 (41.80% from 255 or 28.12% from 377); Blue value is 168 (66.02% from 255 or 44.56% from 377); Max value from RGB is 168 - color contains mainly: blue. Hex color #676AA8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676AA8 is #989557. Grayscale: #6F6F6F. Windows color (decimal): -9999704 or 11037287. OLE color: 11037287.
HSL color Cylindrical-coordinate representation of color #676AA8: hue angle of 237.23º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #676AA8 is Cyan = 0.39, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 103 | 106 | 168 | - |
| CMYK | 0.39 | 0.37 | 0 | 0.34 |
| HSL | 237.23º | 0.27% | 0.53% | - |
| HSV(B) | 237.23º | 0.39% | 0.66% | - |
| XYZ | 17.82 | 16.02 | 39.2 | - |
| YUV | 112.17 | 159.51 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 106 | 168 | 0.39 | 0.37 | 0 | 0.34 | 237.23 | 0.27 | 0.53 |
| Hex | 67 | 6A | A8 | 27 | 25 | 0 | 22 | ED | 1B | 35 |
| Octal | 147 | 152 | 250 | 47 | 45 | 0 | 42 | 355 | 33 | 65 |
| Binary | 1100111 | 1101010 | 10101000 | 100111 | 100101 | 0 | 100010 | 11101101 | 11011 | 110101 |
Color Harmonies of #676AA8
Complementary color
Monochromatic Colors of #676AA8
Black with #676AA8
Text Example
Text Example
White with #676AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676AA8; }
p { color: rgb(103,106,168); }
H1.HeaderClassName
{
color: #676AA8;
}
.AnyTagClassName
{
color: #676AA8;
}
</style>
background-color css
<style>
a { background-color: #676AA8; }
a { background-color: rgb(103,106,168); }
div.DivClassName
{
background-color: #676AA8;
}
.BgClassName
{
background-color: #676AA8;
}
</style>
border-color css
<style>
span { border-color: #676AA8; }
span { border-color: rgb(103,106,168); }
td.TdClassName
{
border-color: #676AA8;
}
.TagClassName
{
border-color: #676AA8;
}
</style>