Shades of Chetwode Blue #676AA5
Tints of Chetwode Blue #676AA5
RGB
CMYK
RGB Variations
Color information
#676AA5 (or 0x676AA5) is known color: Chetwode Blue. HEX triplet: 67, 6A and A5. RGB value is (103,106,165). Sum of RGB (Red+Green+Blue) = 103+106+165=374 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.54% from 374); Green value is 106 (41.80% from 255 or 28.34% from 374); Blue value is 165 (64.84% from 255 or 44.12% from 374); Max value from RGB is 165 - color contains mainly: blue. Hex color #676AA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676AA5 is #98955A. Grayscale: #6F6F6F. Windows color (decimal): -9999707 or 10840679. OLE color: 10840679.
HSL color Cylindrical-coordinate representation of color #676AA5: hue angle of 237.1º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #676AA5 is Cyan = 0.38, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 103 | 106 | 165 | - |
| CMYK | 0.38 | 0.36 | 0 | 0.35 |
| HSL | 237.1º | 0.26% | 0.53% | - |
| HSV(B) | 237.1º | 0.38% | 0.65% | - |
| XYZ | 17.54 | 15.91 | 37.74 | - |
| YUV | 111.83 | 158.01 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 106 | 165 | 0.38 | 0.36 | 0 | 0.35 | 237.1 | 0.26 | 0.53 |
| Hex | 67 | 6A | A5 | 26 | 24 | 0 | 23 | ED | 1A | 35 |
| Octal | 147 | 152 | 245 | 46 | 44 | 0 | 43 | 355 | 32 | 65 |
| Binary | 1100111 | 1101010 | 10100101 | 100110 | 100100 | 0 | 100011 | 11101101 | 11010 | 110101 |
Color Harmonies of #676AA5
Complementary color
Monochromatic Colors of #676AA5
Black with #676AA5
Text Example
Text Example
White with #676AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676AA5; }
p { color: rgb(103,106,165); }
H1.HeaderClassName
{
color: #676AA5;
}
.AnyTagClassName
{
color: #676AA5;
}
</style>
background-color css
<style>
a { background-color: #676AA5; }
a { background-color: rgb(103,106,165); }
div.DivClassName
{
background-color: #676AA5;
}
.BgClassName
{
background-color: #676AA5;
}
</style>
border-color css
<style>
span { border-color: #676AA5; }
span { border-color: rgb(103,106,165); }
td.TdClassName
{
border-color: #676AA5;
}
.TagClassName
{
border-color: #676AA5;
}
</style>