Shades of Chetwode Blue #676EA4
Tints of Chetwode Blue #676EA4
RGB
CMYK
RGB Variations
Color information
#676EA4 (or 0x676EA4) is known color: Chetwode Blue. HEX triplet: 67, 6E and A4. RGB value is (103,110,164). Sum of RGB (Red+Green+Blue) = 103+110+164=377 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.32% from 377); Green value is 110 (43.36% from 255 or 29.18% from 377); Blue value is 164 (64.45% from 255 or 43.50% from 377); Max value from RGB is 164 - color contains mainly: blue. Hex color #676EA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676EA4 is #98915B. Grayscale: #717171. Windows color (decimal): -9998684 or 10776167. OLE color: 10776167.
HSL color Cylindrical-coordinate representation of color #676EA4: hue angle of 233.11º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #676EA4 is Cyan = 0.37, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 103 | 110 | 164 | - |
| CMYK | 0.37 | 0.33 | 0 | 0.36 |
| HSL | 233.11º | 0.25% | 0.52% | - |
| HSV(B) | 233.11º | 0.37% | 0.64% | - |
| XYZ | 17.87 | 16.72 | 37.41 | - |
| YUV | 114.06 | 156.18 | 120.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 110 | 164 | 0.37 | 0.33 | 0 | 0.36 | 233.11 | 0.25 | 0.52 |
| Hex | 67 | 6E | A4 | 25 | 21 | 0 | 24 | E9 | 19 | 34 |
| Octal | 147 | 156 | 244 | 45 | 41 | 0 | 44 | 351 | 31 | 64 |
| Binary | 1100111 | 1101110 | 10100100 | 100101 | 100001 | 0 | 100100 | 11101001 | 11001 | 110100 |
Color Harmonies of #676EA4
Complementary color
Monochromatic Colors of #676EA4
Black with #676EA4
Text Example
Text Example
White with #676EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676EA4; }
p { color: rgb(103,110,164); }
H1.HeaderClassName
{
color: #676EA4;
}
.AnyTagClassName
{
color: #676EA4;
}
</style>
background-color css
<style>
a { background-color: #676EA4; }
a { background-color: rgb(103,110,164); }
div.DivClassName
{
background-color: #676EA4;
}
.BgClassName
{
background-color: #676EA4;
}
</style>
border-color css
<style>
span { border-color: #676EA4; }
span { border-color: rgb(103,110,164); }
td.TdClassName
{
border-color: #676EA4;
}
.TagClassName
{
border-color: #676EA4;
}
</style>