Shades of Chetwode Blue #686DCB
Tints of Chetwode Blue #686DCB
RGB
CMYK
RGB Variations
Color information
#686DCB (or 0x686DCB) is known color: Chetwode Blue. HEX triplet: 68, 6D and CB. RGB value is (104,109,203). Sum of RGB (Red+Green+Blue) = 104+109+203=416 (55% of max value = 765). Red value is 104 (41.02% from 255 or 25% from 416); Green value is 109 (42.97% from 255 or 26.20% from 416); Blue value is 203 (79.69% from 255 or 48.80% from 416); Max value from RGB is 203 - color contains mainly: blue. Hex color #686DCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686DCB is #979234. Grayscale: #757575. Windows color (decimal): -9933365 or 13331816. OLE color: 13331816.
HSL color Cylindrical-coordinate representation of color #686DCB: hue angle of 236.97º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #686DCB is Cyan = 0.49, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 104 | 109 | 203 | - |
| CMYK | 0.49 | 0.46 | 0 | 0.20 |
| HSL | 236.97º | 0.49% | 0.6% | - |
| HSV(B) | 236.97º | 0.49% | 0.8% | - |
| XYZ | 21.96 | 18.19 | 58.85 | - |
| YUV | 118.22 | 175.84 | 117.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 109 | 203 | 0.49 | 0.46 | 0 | 0.20 | 236.97 | 0.49 | 0.6 |
| Hex | 68 | 6D | CB | 31 | 2E | 0 | 14 | ED | 31 | 3C |
| Octal | 150 | 155 | 313 | 61 | 56 | 0 | 24 | 355 | 61 | 74 |
| Binary | 1101000 | 1101101 | 11001011 | 110001 | 101110 | 0 | 10100 | 11101101 | 110001 | 111100 |
Color Harmonies of #686DCB
Complementary color
Monochromatic Colors of #686DCB
Black with #686DCB
Text Example
Text Example
White with #686DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686DCB; }
p { color: rgb(104,109,203); }
H1.HeaderClassName
{
color: #686DCB;
}
.AnyTagClassName
{
color: #686DCB;
}
</style>
background-color css
<style>
a { background-color: #686DCB; }
a { background-color: rgb(104,109,203); }
div.DivClassName
{
background-color: #686DCB;
}
.BgClassName
{
background-color: #686DCB;
}
</style>
border-color css
<style>
span { border-color: #686DCB; }
span { border-color: rgb(104,109,203); }
td.TdClassName
{
border-color: #686DCB;
}
.TagClassName
{
border-color: #686DCB;
}
</style>