Shades of Chetwode Blue #686FCC
Tints of Chetwode Blue #686FCC
RGB
CMYK
RGB Variations
Color information
#686FCC (or 0x686FCC) is known color: Chetwode Blue. HEX triplet: 68, 6F and CC. RGB value is (104,111,204). Sum of RGB (Red+Green+Blue) = 104+111+204=419 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.82% from 419); Green value is 111 (43.75% from 255 or 26.49% from 419); Blue value is 204 (80.08% from 255 or 48.69% from 419); Max value from RGB is 204 - color contains mainly: blue. Hex color #686FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686FCC is #979033. Grayscale: #777777. Windows color (decimal): -9932852 or 13397864. OLE color: 13397864.
HSL color Cylindrical-coordinate representation of color #686FCC: hue angle of 235.8º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #686FCC is Cyan = 0.49, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 104 | 111 | 204 | - |
| CMYK | 0.49 | 0.46 | 0 | 0.2 |
| HSL | 235.8º | 0.5% | 0.6% | - |
| HSV(B) | 235.8º | 0.49% | 0.8% | - |
| XYZ | 22.29 | 18.67 | 59.56 | - |
| YUV | 119.51 | 175.68 | 116.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 111 | 204 | 0.49 | 0.46 | 0 | 0.2 | 235.8 | 0.5 | 0.6 |
| Hex | 68 | 6F | CC | 31 | 2E | 0 | 14 | EC | 32 | 3C |
| Octal | 150 | 157 | 314 | 61 | 56 | 0 | 24 | 354 | 62 | 74 |
| Binary | 1101000 | 1101111 | 11001100 | 110001 | 101110 | 0 | 10100 | 11101100 | 110010 | 111100 |
Color Harmonies of #686FCC
Complementary color
Monochromatic Colors of #686FCC
Black with #686FCC
Text Example
Text Example
White with #686FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686FCC; }
p { color: rgb(104,111,204); }
H1.HeaderClassName
{
color: #686FCC;
}
.AnyTagClassName
{
color: #686FCC;
}
</style>
background-color css
<style>
a { background-color: #686FCC; }
a { background-color: rgb(104,111,204); }
div.DivClassName
{
background-color: #686FCC;
}
.BgClassName
{
background-color: #686FCC;
}
</style>
border-color css
<style>
span { border-color: #686FCC; }
span { border-color: rgb(104,111,204); }
td.TdClassName
{
border-color: #686FCC;
}
.TagClassName
{
border-color: #686FCC;
}
</style>