Shades of Chetwode Blue #676BA9
Tints of Chetwode Blue #676BA9
RGB
CMYK
RGB Variations
Color information
#676BA9 (or 0x676BA9) is known color: Chetwode Blue. HEX triplet: 67, 6B and A9. RGB value is (103,107,169). Sum of RGB (Red+Green+Blue) = 103+107+169=379 (50% of max value = 765). Red value is 103 (40.62% from 255 or 27.18% from 379); Green value is 107 (42.19% from 255 or 28.23% from 379); Blue value is 169 (66.41% from 255 or 44.59% from 379); Max value from RGB is 169 - color contains mainly: blue. Hex color #676BA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676BA9 is #989456. Grayscale: #707070. Windows color (decimal): -9999447 or 11103079. OLE color: 11103079.
HSL color Cylindrical-coordinate representation of color #676BA9: hue angle of 236.36º degrees, saturation: 0.28, 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 #676BA9 is Cyan = 0.39, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 103 | 107 | 169 | - |
| CMYK | 0.39 | 0.37 | 0 | 0.34 |
| HSL | 236.36º | 0.28% | 0.53% | - |
| HSV(B) | 236.36º | 0.39% | 0.66% | - |
| XYZ | 18.01 | 16.26 | 39.73 | - |
| YUV | 112.87 | 159.67 | 120.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 107 | 169 | 0.39 | 0.37 | 0 | 0.34 | 236.36 | 0.28 | 0.53 |
| Hex | 67 | 6B | A9 | 27 | 25 | 0 | 22 | EC | 1C | 35 |
| Octal | 147 | 153 | 251 | 47 | 45 | 0 | 42 | 354 | 34 | 65 |
| Binary | 1100111 | 1101011 | 10101001 | 100111 | 100101 | 0 | 100010 | 11101100 | 11100 | 110101 |
Color Harmonies of #676BA9
Complementary color
Monochromatic Colors of #676BA9
Black with #676BA9
Text Example
Text Example
White with #676BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676BA9; }
p { color: rgb(103,107,169); }
H1.HeaderClassName
{
color: #676BA9;
}
.AnyTagClassName
{
color: #676BA9;
}
</style>
background-color css
<style>
a { background-color: #676BA9; }
a { background-color: rgb(103,107,169); }
div.DivClassName
{
background-color: #676BA9;
}
.BgClassName
{
background-color: #676BA9;
}
</style>
border-color css
<style>
span { border-color: #676BA9; }
span { border-color: rgb(103,107,169); }
td.TdClassName
{
border-color: #676BA9;
}
.TagClassName
{
border-color: #676BA9;
}
</style>