Shades of Slate Blue #686CCC
Tints of Slate Blue #686CCC
RGB
CMYK
RGB Variations
Color information
#686CCC (or 0x686CCC) is known color: Slate Blue. HEX triplet: 68, 6C and CC. RGB value is (104,108,204). Sum of RGB (Red+Green+Blue) = 104+108+204=416 (55% of max value = 765). Red value is 104 (41.02% from 255 or 25% from 416); Green value is 108 (42.58% from 255 or 25.96% from 416); Blue value is 204 (80.08% from 255 or 49.04% from 416); Max value from RGB is 204 - color contains mainly: blue. Hex color #686CCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686CCC is #979333. Grayscale: #757575. Windows color (decimal): -9933620 or 13397096. OLE color: 13397096.
HSL color Cylindrical-coordinate representation of color #686CCC: hue angle of 237.6º 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 #686CCC is Cyan = 0.49, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 104 | 108 | 204 | - |
| CMYK | 0.49 | 0.47 | 0 | 0.2 |
| HSL | 237.6º | 0.5% | 0.6% | - |
| HSV(B) | 237.6º | 0.49% | 0.8% | - |
| XYZ | 21.97 | 18.03 | 59.45 | - |
| YUV | 117.75 | 176.67 | 118.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 108 | 204 | 0.49 | 0.47 | 0 | 0.2 | 237.6 | 0.5 | 0.6 |
| Hex | 68 | 6C | CC | 31 | 2F | 0 | 14 | EE | 32 | 3C |
| Octal | 150 | 154 | 314 | 61 | 57 | 0 | 24 | 356 | 62 | 74 |
| Binary | 1101000 | 1101100 | 11001100 | 110001 | 101111 | 0 | 10100 | 11101110 | 110010 | 111100 |
Color Harmonies of #686CCC
Complementary color
Monochromatic Colors of #686CCC
Black with #686CCC
Text Example
Text Example
White with #686CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686CCC; }
p { color: rgb(104,108,204); }
H1.HeaderClassName
{
color: #686CCC;
}
.AnyTagClassName
{
color: #686CCC;
}
</style>
background-color css
<style>
a { background-color: #686CCC; }
a { background-color: rgb(104,108,204); }
div.DivClassName
{
background-color: #686CCC;
}
.BgClassName
{
background-color: #686CCC;
}
</style>
border-color css
<style>
span { border-color: #686CCC; }
span { border-color: rgb(104,108,204); }
td.TdClassName
{
border-color: #686CCC;
}
.TagClassName
{
border-color: #686CCC;
}
</style>