Shades of Chetwode Blue #686DC2
Tints of Chetwode Blue #686DC2
RGB
CMYK
RGB Variations
Color information
#686DC2 (or 0x686DC2) is known color: Chetwode Blue. HEX triplet: 68, 6D and C2. RGB value is (104,109,194). Sum of RGB (Red+Green+Blue) = 104+109+194=407 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.55% from 407); Green value is 109 (42.97% from 255 or 26.78% from 407); Blue value is 194 (76.17% from 255 or 47.67% from 407); Max value from RGB is 194 - color contains mainly: blue. Hex color #686DC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686DC2 is #97923D. Grayscale: #747474. Windows color (decimal): -9933374 or 12741992. OLE color: 12741992.
HSL color Cylindrical-coordinate representation of color #686DC2: hue angle of 236.67º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #686DC2 is Cyan = 0.46, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 104 | 109 | 194 | - |
| CMYK | 0.46 | 0.44 | 0 | 0.24 |
| HSL | 236.67º | 0.42% | 0.58% | - |
| HSV(B) | 236.67º | 0.46% | 0.76% | - |
| XYZ | 20.92 | 17.78 | 53.37 | - |
| YUV | 117.2 | 171.34 | 118.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 109 | 194 | 0.46 | 0.44 | 0 | 0.24 | 236.67 | 0.42 | 0.58 |
| Hex | 68 | 6D | C2 | 2E | 2C | 0 | 18 | ED | 2A | 3A |
| Octal | 150 | 155 | 302 | 56 | 54 | 0 | 30 | 355 | 52 | 72 |
| Binary | 1101000 | 1101101 | 11000010 | 101110 | 101100 | 0 | 11000 | 11101101 | 101010 | 111010 |
Color Harmonies of #686DC2
Complementary color
Monochromatic Colors of #686DC2
Black with #686DC2
Text Example
Text Example
White with #686DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686DC2; }
p { color: rgb(104,109,194); }
H1.HeaderClassName
{
color: #686DC2;
}
.AnyTagClassName
{
color: #686DC2;
}
</style>
background-color css
<style>
a { background-color: #686DC2; }
a { background-color: rgb(104,109,194); }
div.DivClassName
{
background-color: #686DC2;
}
.BgClassName
{
background-color: #686DC2;
}
</style>
border-color css
<style>
span { border-color: #686DC2; }
span { border-color: rgb(104,109,194); }
td.TdClassName
{
border-color: #686DC2;
}
.TagClassName
{
border-color: #686DC2;
}
</style>