Shades of Chetwode Blue #676DAE
Tints of Chetwode Blue #676DAE
RGB
CMYK
RGB Variations
Color information
#676DAE (or 0x676DAE) is known color: Chetwode Blue. HEX triplet: 67, 6D and AE. RGB value is (103,109,174). Sum of RGB (Red+Green+Blue) = 103+109+174=386 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.68% from 386); Green value is 109 (42.97% from 255 or 28.24% from 386); Blue value is 174 (68.36% from 255 or 45.08% from 386); Max value from RGB is 174 - color contains mainly: blue. Hex color #676DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676DAE is #989251. Grayscale: #727272. Windows color (decimal): -9998930 or 11431271. OLE color: 11431271.
HSL color Cylindrical-coordinate representation of color #676DAE: hue angle of 234.93º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #676DAE is Cyan = 0.41, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 103 | 109 | 174 | - |
| CMYK | 0.41 | 0.37 | 0 | 0.32 |
| HSL | 234.93º | 0.3% | 0.54% | - |
| HSV(B) | 234.93º | 0.41% | 0.68% | - |
| XYZ | 18.7 | 16.88 | 42.32 | - |
| YUV | 114.62 | 161.51 | 119.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 109 | 174 | 0.41 | 0.37 | 0 | 0.32 | 234.93 | 0.3 | 0.54 |
| Hex | 67 | 6D | AE | 29 | 25 | 0 | 20 | EB | 1E | 36 |
| Octal | 147 | 155 | 256 | 51 | 45 | 0 | 40 | 353 | 36 | 66 |
| Binary | 1100111 | 1101101 | 10101110 | 101001 | 100101 | 0 | 100000 | 11101011 | 11110 | 110110 |
Color Harmonies of #676DAE
Complementary color
Monochromatic Colors of #676DAE
Black with #676DAE
Text Example
Text Example
White with #676DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676DAE; }
p { color: rgb(103,109,174); }
H1.HeaderClassName
{
color: #676DAE;
}
.AnyTagClassName
{
color: #676DAE;
}
</style>
background-color css
<style>
a { background-color: #676DAE; }
a { background-color: rgb(103,109,174); }
div.DivClassName
{
background-color: #676DAE;
}
.BgClassName
{
background-color: #676DAE;
}
</style>
border-color css
<style>
span { border-color: #676DAE; }
span { border-color: rgb(103,109,174); }
td.TdClassName
{
border-color: #676DAE;
}
.TagClassName
{
border-color: #676DAE;
}
</style>