Shades of Chetwode Blue #686FC1
Tints of Chetwode Blue #686FC1
RGB
CMYK
RGB Variations
Color information
#686FC1 (or 0x686FC1) is known color: Chetwode Blue. HEX triplet: 68, 6F and C1. RGB value is (104,111,193). Sum of RGB (Red+Green+Blue) = 104+111+193=408 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.49% from 408); Green value is 111 (43.75% from 255 or 27.21% from 408); Blue value is 193 (75.78% from 255 or 47.30% from 408); Max value from RGB is 193 - color contains mainly: blue. Hex color #686FC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686FC1 is #97903E. Grayscale: #757575. Windows color (decimal): -9932863 or 12676968. OLE color: 12676968.
HSL color Cylindrical-coordinate representation of color #686FC1: hue angle of 235.28º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #686FC1 is Cyan = 0.46, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 104 | 111 | 193 | - |
| CMYK | 0.46 | 0.42 | 0 | 0.24 |
| HSL | 235.28º | 0.42% | 0.58% | - |
| HSV(B) | 235.28º | 0.46% | 0.76% | - |
| XYZ | 21.02 | 18.16 | 52.85 | - |
| YUV | 118.26 | 170.18 | 117.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 111 | 193 | 0.46 | 0.42 | 0 | 0.24 | 235.28 | 0.42 | 0.58 |
| Hex | 68 | 6F | C1 | 2E | 2A | 0 | 18 | EB | 2A | 3A |
| Octal | 150 | 157 | 301 | 56 | 52 | 0 | 30 | 353 | 52 | 72 |
| Binary | 1101000 | 1101111 | 11000001 | 101110 | 101010 | 0 | 11000 | 11101011 | 101010 | 111010 |
Color Harmonies of #686FC1
Complementary color
Monochromatic Colors of #686FC1
Black with #686FC1
Text Example
Text Example
White with #686FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686FC1; }
p { color: rgb(104,111,193); }
H1.HeaderClassName
{
color: #686FC1;
}
.AnyTagClassName
{
color: #686FC1;
}
</style>
background-color css
<style>
a { background-color: #686FC1; }
a { background-color: rgb(104,111,193); }
div.DivClassName
{
background-color: #686FC1;
}
.BgClassName
{
background-color: #686FC1;
}
</style>
border-color css
<style>
span { border-color: #686FC1; }
span { border-color: rgb(104,111,193); }
td.TdClassName
{
border-color: #686FC1;
}
.TagClassName
{
border-color: #686FC1;
}
</style>