Shades of Chetwode Blue #686FCD
Tints of Chetwode Blue #686FCD
RGB
CMYK
RGB Variations
Color information
#686FCD (or 0x686FCD) is known color: Chetwode Blue. HEX triplet: 68, 6F and CD. RGB value is (104,111,205). Sum of RGB (Red+Green+Blue) = 104+111+205=420 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.76% from 420); Green value is 111 (43.75% from 255 or 26.43% from 420); Blue value is 205 (80.47% from 255 or 48.81% from 420); Max value from RGB is 205 - color contains mainly: blue. Hex color #686FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686FCD is #979032. Grayscale: #777777. Windows color (decimal): -9932851 or 13463400. OLE color: 13463400.
HSL color Cylindrical-coordinate representation of color #686FCD: hue angle of 235.84º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #686FCD is Cyan = 0.49, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 104 | 111 | 205 | - |
| CMYK | 0.49 | 0.46 | 0 | 0.20 |
| HSL | 235.84º | 0.5% | 0.61% | - |
| HSV(B) | 235.84º | 0.49% | 0.8% | - |
| XYZ | 22.41 | 18.72 | 60.19 | - |
| YUV | 119.62 | 176.18 | 116.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 111 | 205 | 0.49 | 0.46 | 0 | 0.20 | 235.84 | 0.5 | 0.61 |
| Hex | 68 | 6F | CD | 31 | 2E | 0 | 14 | EC | 32 | 3D |
| Octal | 150 | 157 | 315 | 61 | 56 | 0 | 24 | 354 | 62 | 75 |
| Binary | 1101000 | 1101111 | 11001101 | 110001 | 101110 | 0 | 10100 | 11101100 | 110010 | 111101 |
Color Harmonies of #686FCD
Complementary color
Monochromatic Colors of #686FCD
Black with #686FCD
Text Example
Text Example
White with #686FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686FCD; }
p { color: rgb(104,111,205); }
H1.HeaderClassName
{
color: #686FCD;
}
.AnyTagClassName
{
color: #686FCD;
}
</style>
background-color css
<style>
a { background-color: #686FCD; }
a { background-color: rgb(104,111,205); }
div.DivClassName
{
background-color: #686FCD;
}
.BgClassName
{
background-color: #686FCD;
}
</style>
border-color css
<style>
span { border-color: #686FCD; }
span { border-color: rgb(104,111,205); }
td.TdClassName
{
border-color: #686FCD;
}
.TagClassName
{
border-color: #686FCD;
}
</style>