Shades of Chetwode Blue #676EAA
Tints of Chetwode Blue #676EAA
RGB
CMYK
RGB Variations
Color information
#676EAA (or 0x676EAA) is known color: Chetwode Blue. HEX triplet: 67, 6E and AA. RGB value is (103,110,170). Sum of RGB (Red+Green+Blue) = 103+110+170=383 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.89% from 383); Green value is 110 (43.36% from 255 or 28.72% from 383); Blue value is 170 (66.80% from 255 or 44.39% from 383); Max value from RGB is 170 - color contains mainly: blue. Hex color #676EAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676EAA is #989155. Grayscale: #727272. Windows color (decimal): -9998678 or 11169383. OLE color: 11169383.
HSL color Cylindrical-coordinate representation of color #676EAA: hue angle of 233.73º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #676EAA is Cyan = 0.39, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 103 | 110 | 170 | - |
| CMYK | 0.39 | 0.35 | 0 | 0.33 |
| HSL | 233.73º | 0.28% | 0.54% | - |
| HSV(B) | 233.73º | 0.39% | 0.67% | - |
| XYZ | 18.43 | 16.94 | 40.33 | - |
| YUV | 114.75 | 159.18 | 119.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 110 | 170 | 0.39 | 0.35 | 0 | 0.33 | 233.73 | 0.28 | 0.54 |
| Hex | 67 | 6E | AA | 27 | 23 | 0 | 21 | EA | 1C | 36 |
| Octal | 147 | 156 | 252 | 47 | 43 | 0 | 41 | 352 | 34 | 66 |
| Binary | 1100111 | 1101110 | 10101010 | 100111 | 100011 | 0 | 100001 | 11101010 | 11100 | 110110 |
Color Harmonies of #676EAA
Complementary color
Monochromatic Colors of #676EAA
Black with #676EAA
Text Example
Text Example
White with #676EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676EAA; }
p { color: rgb(103,110,170); }
H1.HeaderClassName
{
color: #676EAA;
}
.AnyTagClassName
{
color: #676EAA;
}
</style>
background-color css
<style>
a { background-color: #676EAA; }
a { background-color: rgb(103,110,170); }
div.DivClassName
{
background-color: #676EAA;
}
.BgClassName
{
background-color: #676EAA;
}
</style>
border-color css
<style>
span { border-color: #676EAA; }
span { border-color: rgb(103,110,170); }
td.TdClassName
{
border-color: #676EAA;
}
.TagClassName
{
border-color: #676EAA;
}
</style>