Shades of Chetwode Blue #676BA8
Tints of Chetwode Blue #676BA8
RGB
CMYK
RGB Variations
Color information
#676BA8 (or 0x676BA8) is known color: Chetwode Blue. HEX triplet: 67, 6B and A8. RGB value is (103,107,168). Sum of RGB (Red+Green+Blue) = 103+107+168=378 (50% of max value = 765). Red value is 103 (40.62% from 255 or 27.25% from 378); Green value is 107 (42.19% from 255 or 28.31% from 378); Blue value is 168 (66.02% from 255 or 44.44% from 378); Max value from RGB is 168 - color contains mainly: blue. Hex color #676BA8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676BA8 is #989457. Grayscale: #707070. Windows color (decimal): -9999448 or 11037543. OLE color: 11037543.
HSL color Cylindrical-coordinate representation of color #676BA8: hue angle of 236.31º 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 #676BA8 is Cyan = 0.39, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 103 | 107 | 168 | - |
| CMYK | 0.39 | 0.36 | 0 | 0.34 |
| HSL | 236.31º | 0.27% | 0.53% | - |
| HSV(B) | 236.31º | 0.39% | 0.66% | - |
| XYZ | 17.92 | 16.23 | 39.23 | - |
| YUV | 112.76 | 159.17 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 107 | 168 | 0.39 | 0.36 | 0 | 0.34 | 236.31 | 0.27 | 0.53 |
| Hex | 67 | 6B | A8 | 27 | 24 | 0 | 22 | EC | 1B | 35 |
| Octal | 147 | 153 | 250 | 47 | 44 | 0 | 42 | 354 | 33 | 65 |
| Binary | 1100111 | 1101011 | 10101000 | 100111 | 100100 | 0 | 100010 | 11101100 | 11011 | 110101 |
Color Harmonies of #676BA8
Complementary color
Monochromatic Colors of #676BA8
Black with #676BA8
Text Example
Text Example
White with #676BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676BA8; }
p { color: rgb(103,107,168); }
H1.HeaderClassName
{
color: #676BA8;
}
.AnyTagClassName
{
color: #676BA8;
}
</style>
background-color css
<style>
a { background-color: #676BA8; }
a { background-color: rgb(103,107,168); }
div.DivClassName
{
background-color: #676BA8;
}
.BgClassName
{
background-color: #676BA8;
}
</style>
border-color css
<style>
span { border-color: #676BA8; }
span { border-color: rgb(103,107,168); }
td.TdClassName
{
border-color: #676BA8;
}
.TagClassName
{
border-color: #676BA8;
}
</style>