Shades of Chetwode Blue #686ECA
Tints of Chetwode Blue #686ECA
RGB
CMYK
RGB Variations
Color information
#686ECA (or 0x686ECA) is known color: Chetwode Blue. HEX triplet: 68, 6E and CA. RGB value is (104,110,202). Sum of RGB (Red+Green+Blue) = 104+110+202=416 (55% of max value = 765). Red value is 104 (41.02% from 255 or 25% from 416); Green value is 110 (43.36% from 255 or 26.44% from 416); Blue value is 202 (79.30% from 255 or 48.56% from 416); Max value from RGB is 202 - color contains mainly: blue. Hex color #686ECA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686ECA is #979135. Grayscale: #767676. Windows color (decimal): -9933110 or 13266536. OLE color: 13266536.
HSL color Cylindrical-coordinate representation of color #686ECA: hue angle of 236.33º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #686ECA is Cyan = 0.49, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 104 | 110 | 202 | - |
| CMYK | 0.49 | 0.46 | 0 | 0.21 |
| HSL | 236.33º | 0.48% | 0.6% | - |
| HSV(B) | 236.33º | 0.49% | 0.79% | - |
| XYZ | 21.95 | 18.36 | 58.26 | - |
| YUV | 118.69 | 175.01 | 117.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 110 | 202 | 0.49 | 0.46 | 0 | 0.21 | 236.33 | 0.48 | 0.6 |
| Hex | 68 | 6E | CA | 31 | 2E | 0 | 15 | EC | 30 | 3C |
| Octal | 150 | 156 | 312 | 61 | 56 | 0 | 25 | 354 | 60 | 74 |
| Binary | 1101000 | 1101110 | 11001010 | 110001 | 101110 | 0 | 10101 | 11101100 | 110000 | 111100 |
Color Harmonies of #686ECA
Complementary color
Monochromatic Colors of #686ECA
Black with #686ECA
Text Example
Text Example
White with #686ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686ECA; }
p { color: rgb(104,110,202); }
H1.HeaderClassName
{
color: #686ECA;
}
.AnyTagClassName
{
color: #686ECA;
}
</style>
background-color css
<style>
a { background-color: #686ECA; }
a { background-color: rgb(104,110,202); }
div.DivClassName
{
background-color: #686ECA;
}
.BgClassName
{
background-color: #686ECA;
}
</style>
border-color css
<style>
span { border-color: #686ECA; }
span { border-color: rgb(104,110,202); }
td.TdClassName
{
border-color: #686ECA;
}
.TagClassName
{
border-color: #686ECA;
}
</style>