Shades of Chetwode Blue #686FC5
Tints of Chetwode Blue #686FC5
RGB
CMYK
RGB Variations
Color information
#686FC5 (or 0x686FC5) is known color: Chetwode Blue. HEX triplet: 68, 6F and C5. RGB value is (104,111,197). Sum of RGB (Red+Green+Blue) = 104+111+197=412 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.24% from 412); Green value is 111 (43.75% from 255 or 26.94% from 412); Blue value is 197 (77.34% from 255 or 47.82% from 412); Max value from RGB is 197 - color contains mainly: blue. Hex color #686FC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686FC5 is #97903A. Grayscale: #767676. Windows color (decimal): -9932859 or 12939112. OLE color: 12939112.
HSL color Cylindrical-coordinate representation of color #686FC5: hue angle of 235.48º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #686FC5 is Cyan = 0.47, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 104 | 111 | 197 | - |
| CMYK | 0.47 | 0.44 | 0 | 0.23 |
| HSL | 235.48º | 0.44% | 0.59% | - |
| HSV(B) | 235.48º | 0.47% | 0.77% | - |
| XYZ | 21.47 | 18.34 | 55.23 | - |
| YUV | 118.71 | 172.18 | 117.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 111 | 197 | 0.47 | 0.44 | 0 | 0.23 | 235.48 | 0.44 | 0.59 |
| Hex | 68 | 6F | C5 | 2F | 2C | 0 | 17 | EB | 2C | 3B |
| Octal | 150 | 157 | 305 | 57 | 54 | 0 | 27 | 353 | 54 | 73 |
| Binary | 1101000 | 1101111 | 11000101 | 101111 | 101100 | 0 | 10111 | 11101011 | 101100 | 111011 |
Color Harmonies of #686FC5
Complementary color
Monochromatic Colors of #686FC5
Black with #686FC5
Text Example
Text Example
White with #686FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686FC5; }
p { color: rgb(104,111,197); }
H1.HeaderClassName
{
color: #686FC5;
}
.AnyTagClassName
{
color: #686FC5;
}
</style>
background-color css
<style>
a { background-color: #686FC5; }
a { background-color: rgb(104,111,197); }
div.DivClassName
{
background-color: #686FC5;
}
.BgClassName
{
background-color: #686FC5;
}
</style>
border-color css
<style>
span { border-color: #686FC5; }
span { border-color: rgb(104,111,197); }
td.TdClassName
{
border-color: #686FC5;
}
.TagClassName
{
border-color: #686FC5;
}
</style>