Shades of Chetwode Blue #676AAA
Tints of Chetwode Blue #676AAA
RGB
CMYK
RGB Variations
Color information
#676AAA (or 0x676AAA) is known color: Chetwode Blue. HEX triplet: 67, 6A and AA. RGB value is (103,106,170). Sum of RGB (Red+Green+Blue) = 103+106+170=379 (50% of max value = 765). Red value is 103 (40.62% from 255 or 27.18% from 379); Green value is 106 (41.80% from 255 or 27.97% from 379); Blue value is 170 (66.80% from 255 or 44.85% from 379); Max value from RGB is 170 - color contains mainly: blue. Hex color #676AAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676AAA is #989555. Grayscale: #707070. Windows color (decimal): -9999702 or 11168359. OLE color: 11168359.
HSL color Cylindrical-coordinate representation of color #676AAA: hue angle of 237.31º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #676AAA is Cyan = 0.39, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 103 | 106 | 170 | - |
| CMYK | 0.39 | 0.38 | 0 | 0.33 |
| HSL | 237.31º | 0.28% | 0.54% | - |
| HSV(B) | 237.31º | 0.39% | 0.67% | - |
| XYZ | 18 | 16.09 | 40.19 | - |
| YUV | 112.4 | 160.51 | 121.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 106 | 170 | 0.39 | 0.38 | 0 | 0.33 | 237.31 | 0.28 | 0.54 |
| Hex | 67 | 6A | AA | 27 | 26 | 0 | 21 | ED | 1C | 36 |
| Octal | 147 | 152 | 252 | 47 | 46 | 0 | 41 | 355 | 34 | 66 |
| Binary | 1100111 | 1101010 | 10101010 | 100111 | 100110 | 0 | 100001 | 11101101 | 11100 | 110110 |
Color Harmonies of #676AAA
Complementary color
Monochromatic Colors of #676AAA
Black with #676AAA
Text Example
Text Example
White with #676AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676AAA; }
p { color: rgb(103,106,170); }
H1.HeaderClassName
{
color: #676AAA;
}
.AnyTagClassName
{
color: #676AAA;
}
</style>
background-color css
<style>
a { background-color: #676AAA; }
a { background-color: rgb(103,106,170); }
div.DivClassName
{
background-color: #676AAA;
}
.BgClassName
{
background-color: #676AAA;
}
</style>
border-color css
<style>
span { border-color: #676AAA; }
span { border-color: rgb(103,106,170); }
td.TdClassName
{
border-color: #676AAA;
}
.TagClassName
{
border-color: #676AAA;
}
</style>