Shades of Chetwode Blue #686DA2
Tints of Chetwode Blue #686DA2
RGB
CMYK
RGB Variations
Color information
#686DA2 (or 0x686DA2) is known color: Chetwode Blue. HEX triplet: 68, 6D and A2. RGB value is (104,109,162). Sum of RGB (Red+Green+Blue) = 104+109+162=375 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.73% from 375); Green value is 109 (42.97% from 255 or 29.07% from 375); Blue value is 162 (63.67% from 255 or 43.2% from 375); Max value from RGB is 162 - color contains mainly: blue. Hex color #686DA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686DA2 is #97925D. Grayscale: #717171. Windows color (decimal): -9933406 or 10644840. OLE color: 10644840.
HSL color Cylindrical-coordinate representation of color #686DA2: hue angle of 234.83º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #686DA2 is Cyan = 0.36, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 104 | 109 | 162 | - |
| CMYK | 0.36 | 0.33 | 0 | 0.36 |
| HSL | 234.83º | 0.24% | 0.52% | - |
| HSV(B) | 234.83º | 0.36% | 0.64% | - |
| XYZ | 17.7 | 16.49 | 36.43 | - |
| YUV | 113.55 | 155.34 | 121.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 109 | 162 | 0.36 | 0.33 | 0 | 0.36 | 234.83 | 0.24 | 0.52 |
| Hex | 68 | 6D | A2 | 24 | 21 | 0 | 24 | EB | 18 | 34 |
| Octal | 150 | 155 | 242 | 44 | 41 | 0 | 44 | 353 | 30 | 64 |
| Binary | 1101000 | 1101101 | 10100010 | 100100 | 100001 | 0 | 100100 | 11101011 | 11000 | 110100 |
Color Harmonies of #686DA2
Complementary color
Monochromatic Colors of #686DA2
Black with #686DA2
Text Example
Text Example
White with #686DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686DA2; }
p { color: rgb(104,109,162); }
H1.HeaderClassName
{
color: #686DA2;
}
.AnyTagClassName
{
color: #686DA2;
}
</style>
background-color css
<style>
a { background-color: #686DA2; }
a { background-color: rgb(104,109,162); }
div.DivClassName
{
background-color: #686DA2;
}
.BgClassName
{
background-color: #686DA2;
}
</style>
border-color css
<style>
span { border-color: #686DA2; }
span { border-color: rgb(104,109,162); }
td.TdClassName
{
border-color: #686DA2;
}
.TagClassName
{
border-color: #686DA2;
}
</style>