Shades of Chetwode Blue #686FC0
Tints of Chetwode Blue #686FC0
RGB
CMYK
RGB Variations
Color information
#686FC0 (or 0x686FC0) is known color: Chetwode Blue. HEX triplet: 68, 6F and C0. RGB value is (104,111,192). Sum of RGB (Red+Green+Blue) = 104+111+192=407 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.55% from 407); Green value is 111 (43.75% from 255 or 27.27% from 407); Blue value is 192 (75.39% from 255 or 47.17% from 407); Max value from RGB is 192 - color contains mainly: blue. Hex color #686FC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686FC0 is #97903F. Grayscale: #757575. Windows color (decimal): -9932864 or 12611432. OLE color: 12611432.
HSL color Cylindrical-coordinate representation of color #686FC0: hue angle of 235.23º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #686FC0 is Cyan = 0.46, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 104 | 111 | 192 | - |
| CMYK | 0.46 | 0.42 | 0 | 0.25 |
| HSL | 235.23º | 0.41% | 0.58% | - |
| HSV(B) | 235.23º | 0.46% | 0.75% | - |
| XYZ | 20.91 | 18.12 | 52.26 | - |
| YUV | 118.14 | 169.68 | 117.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 111 | 192 | 0.46 | 0.42 | 0 | 0.25 | 235.23 | 0.41 | 0.58 |
| Hex | 68 | 6F | C0 | 2E | 2A | 0 | 19 | EB | 29 | 3A |
| Octal | 150 | 157 | 300 | 56 | 52 | 0 | 31 | 353 | 51 | 72 |
| Binary | 1101000 | 1101111 | 11000000 | 101110 | 101010 | 0 | 11001 | 11101011 | 101001 | 111010 |
Color Harmonies of #686FC0
Complementary color
Monochromatic Colors of #686FC0
Black with #686FC0
Text Example
Text Example
White with #686FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686FC0; }
p { color: rgb(104,111,192); }
H1.HeaderClassName
{
color: #686FC0;
}
.AnyTagClassName
{
color: #686FC0;
}
</style>
background-color css
<style>
a { background-color: #686FC0; }
a { background-color: rgb(104,111,192); }
div.DivClassName
{
background-color: #686FC0;
}
.BgClassName
{
background-color: #686FC0;
}
</style>
border-color css
<style>
span { border-color: #686FC0; }
span { border-color: rgb(104,111,192); }
td.TdClassName
{
border-color: #686FC0;
}
.TagClassName
{
border-color: #686FC0;
}
</style>