Shades of Chetwode Blue #676AA1
Tints of Chetwode Blue #676AA1
RGB
CMYK
RGB Variations
Color information
#676AA1 (or 0x676AA1) is known color: Chetwode Blue. HEX triplet: 67, 6A and A1. RGB value is (103,106,161). Sum of RGB (Red+Green+Blue) = 103+106+161=370 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.84% from 370); Green value is 106 (41.80% from 255 or 28.65% from 370); Blue value is 161 (63.28% from 255 or 43.51% from 370); Max value from RGB is 161 - color contains mainly: blue. Hex color #676AA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676AA1 is #98955E. Grayscale: #6F6F6F. Windows color (decimal): -9999711 or 10578535. OLE color: 10578535.
HSL color Cylindrical-coordinate representation of color #676AA1: hue angle of 236.9º degrees, saturation: 0.24, 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 #676AA1 is Cyan = 0.36, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 103 | 106 | 161 | - |
| CMYK | 0.36 | 0.34 | 0 | 0.37 |
| HSL | 236.9º | 0.24% | 0.52% | - |
| HSV(B) | 236.9º | 0.36% | 0.63% | - |
| XYZ | 17.18 | 15.76 | 35.86 | - |
| YUV | 111.37 | 156.01 | 122.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 106 | 161 | 0.36 | 0.34 | 0 | 0.37 | 236.9 | 0.24 | 0.52 |
| Hex | 67 | 6A | A1 | 24 | 22 | 0 | 25 | ED | 18 | 34 |
| Octal | 147 | 152 | 241 | 44 | 42 | 0 | 45 | 355 | 30 | 64 |
| Binary | 1100111 | 1101010 | 10100001 | 100100 | 100010 | 0 | 100101 | 11101101 | 11000 | 110100 |
Color Harmonies of #676AA1
Complementary color
Monochromatic Colors of #676AA1
Black with #676AA1
Text Example
Text Example
White with #676AA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676AA1; }
p { color: rgb(103,106,161); }
H1.HeaderClassName
{
color: #676AA1;
}
.AnyTagClassName
{
color: #676AA1;
}
</style>
background-color css
<style>
a { background-color: #676AA1; }
a { background-color: rgb(103,106,161); }
div.DivClassName
{
background-color: #676AA1;
}
.BgClassName
{
background-color: #676AA1;
}
</style>
border-color css
<style>
span { border-color: #676AA1; }
span { border-color: rgb(103,106,161); }
td.TdClassName
{
border-color: #676AA1;
}
.TagClassName
{
border-color: #676AA1;
}
</style>