Shades of Chetwode Blue #686FCF
Tints of Chetwode Blue #686FCF
RGB
CMYK
RGB Variations
Color information
#686FCF (or 0x686FCF) is known color: Chetwode Blue. HEX triplet: 68, 6F and CF. RGB value is (104,111,207). Sum of RGB (Red+Green+Blue) = 104+111+207=422 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.64% from 422); Green value is 111 (43.75% from 255 or 26.30% from 422); Blue value is 207 (81.25% from 255 or 49.05% from 422); Max value from RGB is 207 - color contains mainly: blue. Hex color #686FCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686FCF is #979030. Grayscale: #777777. Windows color (decimal): -9932849 or 13594472. OLE color: 13594472.
HSL color Cylindrical-coordinate representation of color #686FCF: hue angle of 235.92º degrees, saturation: 0.52, 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 #686FCF is Cyan = 0.50, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 104 | 111 | 207 | - |
| CMYK | 0.50 | 0.46 | 0 | 0.19 |
| HSL | 235.92º | 0.52% | 0.61% | - |
| HSV(B) | 235.92º | 0.5% | 0.81% | - |
| XYZ | 22.66 | 18.82 | 61.47 | - |
| YUV | 119.85 | 177.18 | 116.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 111 | 207 | 0.50 | 0.46 | 0 | 0.19 | 235.92 | 0.52 | 0.61 |
| Hex | 68 | 6F | CF | 32 | 2E | 0 | 13 | EC | 34 | 3D |
| Octal | 150 | 157 | 317 | 62 | 56 | 0 | 23 | 354 | 64 | 75 |
| Binary | 1101000 | 1101111 | 11001111 | 110010 | 101110 | 0 | 10011 | 11101100 | 110100 | 111101 |
Color Harmonies of #686FCF
Complementary color
Monochromatic Colors of #686FCF
Black with #686FCF
Text Example
Text Example
White with #686FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686FCF; }
p { color: rgb(104,111,207); }
H1.HeaderClassName
{
color: #686FCF;
}
.AnyTagClassName
{
color: #686FCF;
}
</style>
background-color css
<style>
a { background-color: #686FCF; }
a { background-color: rgb(104,111,207); }
div.DivClassName
{
background-color: #686FCF;
}
.BgClassName
{
background-color: #686FCF;
}
</style>
border-color css
<style>
span { border-color: #686FCF; }
span { border-color: rgb(104,111,207); }
td.TdClassName
{
border-color: #686FCF;
}
.TagClassName
{
border-color: #686FCF;
}
</style>