Shades of Chetwode Blue #676FA0
Tints of Chetwode Blue #676FA0
RGB
CMYK
RGB Variations
Color information
#676FA0 (or 0x676FA0) is known color: Chetwode Blue. HEX triplet: 67, 6F and A0. RGB value is (103,111,160). Sum of RGB (Red+Green+Blue) = 103+111+160=374 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.54% from 374); Green value is 111 (43.75% from 255 or 29.68% from 374); Blue value is 160 (62.89% from 255 or 42.78% from 374); Max value from RGB is 160 - color contains mainly: blue. Hex color #676FA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676FA0 is #98905F. Grayscale: #717171. Windows color (decimal): -9998432 or 10514279. OLE color: 10514279.
HSL color Cylindrical-coordinate representation of color #676FA0: hue angle of 231.58º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #676FA0 is Cyan = 0.36, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 103 | 111 | 160 | - |
| CMYK | 0.36 | 0.31 | 0 | 0.37 |
| HSL | 231.58º | 0.23% | 0.52% | - |
| HSV(B) | 231.58º | 0.36% | 0.63% | - |
| XYZ | 17.62 | 16.79 | 35.57 | - |
| YUV | 114.19 | 153.85 | 120.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 111 | 160 | 0.36 | 0.31 | 0 | 0.37 | 231.58 | 0.23 | 0.52 |
| Hex | 67 | 6F | A0 | 24 | 1F | 0 | 25 | E8 | 17 | 34 |
| Octal | 147 | 157 | 240 | 44 | 37 | 0 | 45 | 350 | 27 | 64 |
| Binary | 1100111 | 1101111 | 10100000 | 100100 | 11111 | 0 | 100101 | 11101000 | 10111 | 110100 |
Color Harmonies of #676FA0
Complementary color
Monochromatic Colors of #676FA0
Black with #676FA0
Text Example
Text Example
White with #676FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676FA0; }
p { color: rgb(103,111,160); }
H1.HeaderClassName
{
color: #676FA0;
}
.AnyTagClassName
{
color: #676FA0;
}
</style>
background-color css
<style>
a { background-color: #676FA0; }
a { background-color: rgb(103,111,160); }
div.DivClassName
{
background-color: #676FA0;
}
.BgClassName
{
background-color: #676FA0;
}
</style>
border-color css
<style>
span { border-color: #676FA0; }
span { border-color: rgb(103,111,160); }
td.TdClassName
{
border-color: #676FA0;
}
.TagClassName
{
border-color: #676FA0;
}
</style>