Shades of Chetwode Blue #676DAB
Tints of Chetwode Blue #676DAB
RGB
CMYK
RGB Variations
Color information
#676DAB (or 0x676DAB) is known color: Chetwode Blue. HEX triplet: 67, 6D and AB. RGB value is (103,109,171). Sum of RGB (Red+Green+Blue) = 103+109+171=383 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.89% from 383); Green value is 109 (42.97% from 255 or 28.46% from 383); Blue value is 171 (67.19% from 255 or 44.65% from 383); Max value from RGB is 171 - color contains mainly: blue. Hex color #676DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676DAB is #989254. Grayscale: #727272. Windows color (decimal): -9998933 or 11234663. OLE color: 11234663.
HSL color Cylindrical-coordinate representation of color #676DAB: hue angle of 234.71º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #676DAB is Cyan = 0.40, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 103 | 109 | 171 | - |
| CMYK | 0.40 | 0.36 | 0 | 0.33 |
| HSL | 234.71º | 0.29% | 0.54% | - |
| HSV(B) | 234.71º | 0.4% | 0.67% | - |
| XYZ | 18.41 | 16.76 | 40.79 | - |
| YUV | 114.27 | 160.01 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 109 | 171 | 0.40 | 0.36 | 0 | 0.33 | 234.71 | 0.29 | 0.54 |
| Hex | 67 | 6D | AB | 28 | 24 | 0 | 21 | EB | 1D | 36 |
| Octal | 147 | 155 | 253 | 50 | 44 | 0 | 41 | 353 | 35 | 66 |
| Binary | 1100111 | 1101101 | 10101011 | 101000 | 100100 | 0 | 100001 | 11101011 | 11101 | 110110 |
Color Harmonies of #676DAB
Complementary color
Monochromatic Colors of #676DAB
Black with #676DAB
Text Example
Text Example
White with #676DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676DAB; }
p { color: rgb(103,109,171); }
H1.HeaderClassName
{
color: #676DAB;
}
.AnyTagClassName
{
color: #676DAB;
}
</style>
background-color css
<style>
a { background-color: #676DAB; }
a { background-color: rgb(103,109,171); }
div.DivClassName
{
background-color: #676DAB;
}
.BgClassName
{
background-color: #676DAB;
}
</style>
border-color css
<style>
span { border-color: #676DAB; }
span { border-color: rgb(103,109,171); }
td.TdClassName
{
border-color: #676DAB;
}
.TagClassName
{
border-color: #676DAB;
}
</style>