Shades of Chetwode Blue #676C9A
Tints of Chetwode Blue #676C9A
RGB
CMYK
RGB Variations
Color information
#676C9A (or 0x676C9A) is known color: Chetwode Blue. HEX triplet: 67, 6C and 9A. RGB value is (103,108,154). Sum of RGB (Red+Green+Blue) = 103+108+154=365 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.22% from 365); Green value is 108 (42.58% from 255 or 29.59% from 365); Blue value is 154 (60.55% from 255 or 42.19% from 365); Max value from RGB is 154 - color contains mainly: blue. Hex color #676C9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676C9A is #989365. Grayscale: #6F6F6F. Windows color (decimal): -9999206 or 10120295. OLE color: 10120295.
HSL color Cylindrical-coordinate representation of color #676C9A: hue angle of 234.12º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #676C9A is Cyan = 0.33, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 103 | 108 | 154 | - |
| CMYK | 0.33 | 0.30 | 0 | 0.40 |
| HSL | 234.12º | 0.2% | 0.5% | - |
| HSV(B) | 234.12º | 0.33% | 0.6% | - |
| XYZ | 16.79 | 15.94 | 32.76 | - |
| YUV | 111.75 | 151.84 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 108 | 154 | 0.33 | 0.30 | 0 | 0.40 | 234.12 | 0.2 | 0.5 |
| Hex | 67 | 6C | 9A | 21 | 1E | 0 | 28 | EA | 14 | 32 |
| Octal | 147 | 154 | 232 | 41 | 36 | 0 | 50 | 352 | 24 | 62 |
| Binary | 1100111 | 1101100 | 10011010 | 100001 | 11110 | 0 | 101000 | 11101010 | 10100 | 110010 |
Color Harmonies of #676C9A
Complementary color
Monochromatic Colors of #676C9A
Black with #676C9A
Text Example
Text Example
White with #676C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676C9A; }
p { color: rgb(103,108,154); }
H1.HeaderClassName
{
color: #676C9A;
}
.AnyTagClassName
{
color: #676C9A;
}
</style>
background-color css
<style>
a { background-color: #676C9A; }
a { background-color: rgb(103,108,154); }
div.DivClassName
{
background-color: #676C9A;
}
.BgClassName
{
background-color: #676C9A;
}
</style>
border-color css
<style>
span { border-color: #676C9A; }
span { border-color: rgb(103,108,154); }
td.TdClassName
{
border-color: #676C9A;
}
.TagClassName
{
border-color: #676C9A;
}
</style>