Shades of Chetwode Blue #686CC0
Tints of Chetwode Blue #686CC0
RGB
CMYK
RGB Variations
Color information
#686CC0 (or 0x686CC0) is known color: Chetwode Blue. HEX triplet: 68, 6C and C0. RGB value is (104,108,192). Sum of RGB (Red+Green+Blue) = 104+108+192=404 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.74% from 404); Green value is 108 (42.58% from 255 or 26.73% from 404); Blue value is 192 (75.39% from 255 or 47.52% from 404); Max value from RGB is 192 - color contains mainly: blue. Hex color #686CC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686CC0 is #97933F. Grayscale: #747474. Windows color (decimal): -9933632 or 12610664. OLE color: 12610664.
HSL color Cylindrical-coordinate representation of color #686CC0: hue angle of 237.27º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #686CC0 is Cyan = 0.46, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 104 | 108 | 192 | - |
| CMYK | 0.46 | 0.44 | 0 | 0.25 |
| HSL | 237.27º | 0.41% | 0.58% | - |
| HSV(B) | 237.27º | 0.46% | 0.75% | - |
| XYZ | 20.59 | 17.47 | 52.16 | - |
| YUV | 116.38 | 170.67 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 108 | 192 | 0.46 | 0.44 | 0 | 0.25 | 237.27 | 0.41 | 0.58 |
| Hex | 68 | 6C | C0 | 2E | 2C | 0 | 19 | ED | 29 | 3A |
| Octal | 150 | 154 | 300 | 56 | 54 | 0 | 31 | 355 | 51 | 72 |
| Binary | 1101000 | 1101100 | 11000000 | 101110 | 101100 | 0 | 11001 | 11101101 | 101001 | 111010 |
Color Harmonies of #686CC0
Complementary color
Monochromatic Colors of #686CC0
Black with #686CC0
Text Example
Text Example
White with #686CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686CC0; }
p { color: rgb(104,108,192); }
H1.HeaderClassName
{
color: #686CC0;
}
.AnyTagClassName
{
color: #686CC0;
}
</style>
background-color css
<style>
a { background-color: #686CC0; }
a { background-color: rgb(104,108,192); }
div.DivClassName
{
background-color: #686CC0;
}
.BgClassName
{
background-color: #686CC0;
}
</style>
border-color css
<style>
span { border-color: #686CC0; }
span { border-color: rgb(104,108,192); }
td.TdClassName
{
border-color: #686CC0;
}
.TagClassName
{
border-color: #686CC0;
}
</style>