Shades of Chetwode Blue #686FCE
Tints of Chetwode Blue #686FCE
RGB
CMYK
RGB Variations
Color information
#686FCE (or 0x686FCE) is known color: Chetwode Blue. HEX triplet: 68, 6F and CE. RGB value is (104,111,206). Sum of RGB (Red+Green+Blue) = 104+111+206=421 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.70% from 421); Green value is 111 (43.75% from 255 or 26.37% from 421); Blue value is 206 (80.86% from 255 or 48.93% from 421); Max value from RGB is 206 - color contains mainly: blue. Hex color #686FCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686FCE is #979031. Grayscale: #777777. Windows color (decimal): -9932850 or 13528936. OLE color: 13528936.
HSL color Cylindrical-coordinate representation of color #686FCE: hue angle of 235.88º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #686FCE is Cyan = 0.50, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 104 | 111 | 206 | - |
| CMYK | 0.50 | 0.46 | 0 | 0.19 |
| HSL | 235.88º | 0.51% | 0.61% | - |
| HSV(B) | 235.88º | 0.5% | 0.81% | - |
| XYZ | 22.53 | 18.77 | 60.83 | - |
| YUV | 119.74 | 176.68 | 116.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 111 | 206 | 0.50 | 0.46 | 0 | 0.19 | 235.88 | 0.51 | 0.61 |
| Hex | 68 | 6F | CE | 32 | 2E | 0 | 13 | EC | 33 | 3D |
| Octal | 150 | 157 | 316 | 62 | 56 | 0 | 23 | 354 | 63 | 75 |
| Binary | 1101000 | 1101111 | 11001110 | 110010 | 101110 | 0 | 10011 | 11101100 | 110011 | 111101 |
Color Harmonies of #686FCE
Complementary color
Monochromatic Colors of #686FCE
Black with #686FCE
Text Example
Text Example
White with #686FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686FCE; }
p { color: rgb(104,111,206); }
H1.HeaderClassName
{
color: #686FCE;
}
.AnyTagClassName
{
color: #686FCE;
}
</style>
background-color css
<style>
a { background-color: #686FCE; }
a { background-color: rgb(104,111,206); }
div.DivClassName
{
background-color: #686FCE;
}
.BgClassName
{
background-color: #686FCE;
}
</style>
border-color css
<style>
span { border-color: #686FCE; }
span { border-color: rgb(104,111,206); }
td.TdClassName
{
border-color: #686FCE;
}
.TagClassName
{
border-color: #686FCE;
}
</style>