Shades of Chetwode Blue #676BA0
Tints of Chetwode Blue #676BA0
RGB
CMYK
RGB Variations
Color information
#676BA0 (or 0x676BA0) is known color: Chetwode Blue. HEX triplet: 67, 6B and A0. RGB value is (103,107,160). Sum of RGB (Red+Green+Blue) = 103+107+160=370 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.84% from 370); Green value is 107 (42.19% from 255 or 28.92% from 370); Blue value is 160 (62.89% from 255 or 43.24% from 370); Max value from RGB is 160 - color contains mainly: blue. Hex color #676BA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676BA0 is #98945F. Grayscale: #6F6F6F. Windows color (decimal): -9999456 or 10513255. OLE color: 10513255.
HSL color Cylindrical-coordinate representation of color #676BA0: hue angle of 235.79º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #676BA0 is Cyan = 0.36, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 103 | 107 | 160 | - |
| CMYK | 0.36 | 0.33 | 0 | 0.37 |
| HSL | 235.79º | 0.23% | 0.52% | - |
| HSV(B) | 235.79º | 0.36% | 0.63% | - |
| XYZ | 17.2 | 15.94 | 35.43 | - |
| YUV | 111.85 | 155.17 | 121.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 107 | 160 | 0.36 | 0.33 | 0 | 0.37 | 235.79 | 0.23 | 0.52 |
| Hex | 67 | 6B | A0 | 24 | 21 | 0 | 25 | EC | 17 | 34 |
| Octal | 147 | 153 | 240 | 44 | 41 | 0 | 45 | 354 | 27 | 64 |
| Binary | 1100111 | 1101011 | 10100000 | 100100 | 100001 | 0 | 100101 | 11101100 | 10111 | 110100 |
Color Harmonies of #676BA0
Complementary color
Monochromatic Colors of #676BA0
Black with #676BA0
Text Example
Text Example
White with #676BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676BA0; }
p { color: rgb(103,107,160); }
H1.HeaderClassName
{
color: #676BA0;
}
.AnyTagClassName
{
color: #676BA0;
}
</style>
background-color css
<style>
a { background-color: #676BA0; }
a { background-color: rgb(103,107,160); }
div.DivClassName
{
background-color: #676BA0;
}
.BgClassName
{
background-color: #676BA0;
}
</style>
border-color css
<style>
span { border-color: #676BA0; }
span { border-color: rgb(103,107,160); }
td.TdClassName
{
border-color: #676BA0;
}
.TagClassName
{
border-color: #676BA0;
}
</style>