Shades of Chetwode Blue #676BA1
Tints of Chetwode Blue #676BA1
RGB
CMYK
RGB Variations
Color information
#676BA1 (or 0x676BA1) is known color: Chetwode Blue. HEX triplet: 67, 6B and A1. RGB value is (103,107,161). Sum of RGB (Red+Green+Blue) = 103+107+161=371 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.76% from 371); Green value is 107 (42.19% from 255 or 28.84% from 371); Blue value is 161 (63.28% from 255 or 43.40% from 371); Max value from RGB is 161 - color contains mainly: blue. Hex color #676BA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676BA1 is #98945E. Grayscale: #6F6F6F. Windows color (decimal): -9999455 or 10578791. OLE color: 10578791.
HSL color Cylindrical-coordinate representation of color #676BA1: hue angle of 235.86º 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 #676BA1 is Cyan = 0.36, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 103 | 107 | 161 | - |
| CMYK | 0.36 | 0.34 | 0 | 0.37 |
| HSL | 235.86º | 0.24% | 0.52% | - |
| HSV(B) | 235.86º | 0.36% | 0.63% | - |
| XYZ | 17.28 | 15.97 | 35.89 | - |
| YUV | 111.96 | 155.67 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 107 | 161 | 0.36 | 0.34 | 0 | 0.37 | 235.86 | 0.24 | 0.52 |
| Hex | 67 | 6B | A1 | 24 | 22 | 0 | 25 | EC | 18 | 34 |
| Octal | 147 | 153 | 241 | 44 | 42 | 0 | 45 | 354 | 30 | 64 |
| Binary | 1100111 | 1101011 | 10100001 | 100100 | 100010 | 0 | 100101 | 11101100 | 11000 | 110100 |
Color Harmonies of #676BA1
Complementary color
Monochromatic Colors of #676BA1
Black with #676BA1
Text Example
Text Example
White with #676BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676BA1; }
p { color: rgb(103,107,161); }
H1.HeaderClassName
{
color: #676BA1;
}
.AnyTagClassName
{
color: #676BA1;
}
</style>
background-color css
<style>
a { background-color: #676BA1; }
a { background-color: rgb(103,107,161); }
div.DivClassName
{
background-color: #676BA1;
}
.BgClassName
{
background-color: #676BA1;
}
</style>
border-color css
<style>
span { border-color: #676BA1; }
span { border-color: rgb(103,107,161); }
td.TdClassName
{
border-color: #676BA1;
}
.TagClassName
{
border-color: #676BA1;
}
</style>