Shades of Chetwode Blue #676F9E
Tints of Chetwode Blue #676F9E
RGB
CMYK
RGB Variations
Color information
#676F9E (or 0x676F9E) is known color: Chetwode Blue. HEX triplet: 67, 6F and 9E. RGB value is (103,111,158). Sum of RGB (Red+Green+Blue) = 103+111+158=372 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.69% from 372); Green value is 111 (43.75% from 255 or 29.84% from 372); Blue value is 158 (62.11% from 255 or 42.47% from 372); Max value from RGB is 158 - color contains mainly: blue. Hex color #676F9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676F9E is #989061. Grayscale: #717171. Windows color (decimal): -9998434 or 10383207. OLE color: 10383207.
HSL color Cylindrical-coordinate representation of color #676F9E: hue angle of 231.27º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #676F9E is Cyan = 0.35, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 103 | 111 | 158 | - |
| CMYK | 0.35 | 0.30 | 0 | 0.38 |
| HSL | 231.27º | 0.22% | 0.51% | - |
| HSV(B) | 231.27º | 0.35% | 0.62% | - |
| XYZ | 17.45 | 16.72 | 34.66 | - |
| YUV | 113.97 | 152.85 | 120.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 111 | 158 | 0.35 | 0.30 | 0 | 0.38 | 231.27 | 0.22 | 0.51 |
| Hex | 67 | 6F | 9E | 23 | 1E | 0 | 26 | E7 | 16 | 33 |
| Octal | 147 | 157 | 236 | 43 | 36 | 0 | 46 | 347 | 26 | 63 |
| Binary | 1100111 | 1101111 | 10011110 | 100011 | 11110 | 0 | 100110 | 11100111 | 10110 | 110011 |
Color Harmonies of #676F9E
Complementary color
Monochromatic Colors of #676F9E
Black with #676F9E
Text Example
Text Example
White with #676F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676F9E; }
p { color: rgb(103,111,158); }
H1.HeaderClassName
{
color: #676F9E;
}
.AnyTagClassName
{
color: #676F9E;
}
</style>
background-color css
<style>
a { background-color: #676F9E; }
a { background-color: rgb(103,111,158); }
div.DivClassName
{
background-color: #676F9E;
}
.BgClassName
{
background-color: #676F9E;
}
</style>
border-color css
<style>
span { border-color: #676F9E; }
span { border-color: rgb(103,111,158); }
td.TdClassName
{
border-color: #676F9E;
}
.TagClassName
{
border-color: #676F9E;
}
</style>