Shades of Chetwode Blue #676DA8
Tints of Chetwode Blue #676DA8
RGB
CMYK
RGB Variations
Color information
#676DA8 (or 0x676DA8) is known color: Chetwode Blue. HEX triplet: 67, 6D and A8. RGB value is (103,109,168). Sum of RGB (Red+Green+Blue) = 103+109+168=380 (50% of max value = 765). Red value is 103 (40.62% from 255 or 27.11% from 380); Green value is 109 (42.97% from 255 or 28.68% from 380); Blue value is 168 (66.02% from 255 or 44.21% from 380); Max value from RGB is 168 - color contains mainly: blue. Hex color #676DA8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676DA8 is #989257. Grayscale: #717171. Windows color (decimal): -9998936 or 11038055. OLE color: 11038055.
HSL color Cylindrical-coordinate representation of color #676DA8: hue angle of 234.46º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #676DA8 is Cyan = 0.39, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 103 | 109 | 168 | - |
| CMYK | 0.39 | 0.35 | 0 | 0.34 |
| HSL | 234.46º | 0.27% | 0.53% | - |
| HSV(B) | 234.46º | 0.39% | 0.66% | - |
| XYZ | 18.13 | 16.65 | 39.3 | - |
| YUV | 113.93 | 158.51 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 109 | 168 | 0.39 | 0.35 | 0 | 0.34 | 234.46 | 0.27 | 0.53 |
| Hex | 67 | 6D | A8 | 27 | 23 | 0 | 22 | EA | 1B | 35 |
| Octal | 147 | 155 | 250 | 47 | 43 | 0 | 42 | 352 | 33 | 65 |
| Binary | 1100111 | 1101101 | 10101000 | 100111 | 100011 | 0 | 100010 | 11101010 | 11011 | 110101 |
Color Harmonies of #676DA8
Complementary color
Monochromatic Colors of #676DA8
Black with #676DA8
Text Example
Text Example
White with #676DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676DA8; }
p { color: rgb(103,109,168); }
H1.HeaderClassName
{
color: #676DA8;
}
.AnyTagClassName
{
color: #676DA8;
}
</style>
background-color css
<style>
a { background-color: #676DA8; }
a { background-color: rgb(103,109,168); }
div.DivClassName
{
background-color: #676DA8;
}
.BgClassName
{
background-color: #676DA8;
}
</style>
border-color css
<style>
span { border-color: #676DA8; }
span { border-color: rgb(103,109,168); }
td.TdClassName
{
border-color: #676DA8;
}
.TagClassName
{
border-color: #676DA8;
}
</style>