Shades of Chetwode Blue #686FCB
Tints of Chetwode Blue #686FCB
RGB
CMYK
RGB Variations
Color information
#686FCB (or 0x686FCB) is known color: Chetwode Blue. HEX triplet: 68, 6F and CB. RGB value is (104,111,203). Sum of RGB (Red+Green+Blue) = 104+111+203=418 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.88% from 418); Green value is 111 (43.75% from 255 or 26.56% from 418); Blue value is 203 (79.69% from 255 or 48.56% from 418); Max value from RGB is 203 - color contains mainly: blue. Hex color #686FCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686FCB is #979034. Grayscale: #777777. Windows color (decimal): -9932853 or 13332328. OLE color: 13332328.
HSL color Cylindrical-coordinate representation of color #686FCB: hue angle of 235.76º degrees, saturation: 0.49, 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 #686FCB is Cyan = 0.49, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 104 | 111 | 203 | - |
| CMYK | 0.49 | 0.45 | 0 | 0.20 |
| HSL | 235.76º | 0.49% | 0.6% | - |
| HSV(B) | 235.76º | 0.49% | 0.8% | - |
| XYZ | 22.17 | 18.62 | 58.93 | - |
| YUV | 119.4 | 175.18 | 117.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 111 | 203 | 0.49 | 0.45 | 0 | 0.20 | 235.76 | 0.49 | 0.6 |
| Hex | 68 | 6F | CB | 31 | 2D | 0 | 14 | EC | 31 | 3C |
| Octal | 150 | 157 | 313 | 61 | 55 | 0 | 24 | 354 | 61 | 74 |
| Binary | 1101000 | 1101111 | 11001011 | 110001 | 101101 | 0 | 10100 | 11101100 | 110001 | 111100 |
Color Harmonies of #686FCB
Complementary color
Monochromatic Colors of #686FCB
Black with #686FCB
Text Example
Text Example
White with #686FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686FCB; }
p { color: rgb(104,111,203); }
H1.HeaderClassName
{
color: #686FCB;
}
.AnyTagClassName
{
color: #686FCB;
}
</style>
background-color css
<style>
a { background-color: #686FCB; }
a { background-color: rgb(104,111,203); }
div.DivClassName
{
background-color: #686FCB;
}
.BgClassName
{
background-color: #686FCB;
}
</style>
border-color css
<style>
span { border-color: #686FCB; }
span { border-color: rgb(104,111,203); }
td.TdClassName
{
border-color: #686FCB;
}
.TagClassName
{
border-color: #686FCB;
}
</style>