Shades of Slate Blue #676CCC
Tints of Slate Blue #676CCC
RGB
CMYK
RGB Variations
Color information
#676CCC (or 0x676CCC) is known color: Slate Blue. HEX triplet: 67, 6C and CC. RGB value is (103,108,204). Sum of RGB (Red+Green+Blue) = 103+108+204=415 (54% of max value = 765). Red value is 103 (40.62% from 255 or 24.82% from 415); Green value is 108 (42.58% from 255 or 26.02% from 415); Blue value is 204 (80.08% from 255 or 49.16% from 415); Max value from RGB is 204 - color contains mainly: blue. Hex color #676CCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #676CCC is #989333. Grayscale: #757575. Windows color (decimal): -9999156 or 13397095. OLE color: 13397095.
HSL color Cylindrical-coordinate representation of color #676CCC: hue angle of 237.03º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #676CCC is Cyan = 0.50, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 103 | 108 | 204 | - |
| CMYK | 0.50 | 0.47 | 0 | 0.2 |
| HSL | 237.03º | 0.5% | 0.6% | - |
| HSV(B) | 237.03º | 0.5% | 0.8% | - |
| XYZ | 21.86 | 17.97 | 59.44 | - |
| YUV | 117.45 | 176.84 | 117.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 108 | 204 | 0.50 | 0.47 | 0 | 0.2 | 237.03 | 0.5 | 0.6 |
| Hex | 67 | 6C | CC | 32 | 2F | 0 | 14 | ED | 32 | 3C |
| Octal | 147 | 154 | 314 | 62 | 57 | 0 | 24 | 355 | 62 | 74 |
| Binary | 1100111 | 1101100 | 11001100 | 110010 | 101111 | 0 | 10100 | 11101101 | 110010 | 111100 |
Color Harmonies of #676CCC
Complementary color
Monochromatic Colors of #676CCC
Black with #676CCC
Text Example
Text Example
White with #676CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676CCC; }
p { color: rgb(103,108,204); }
H1.HeaderClassName
{
color: #676CCC;
}
.AnyTagClassName
{
color: #676CCC;
}
</style>
background-color css
<style>
a { background-color: #676CCC; }
a { background-color: rgb(103,108,204); }
div.DivClassName
{
background-color: #676CCC;
}
.BgClassName
{
background-color: #676CCC;
}
</style>
border-color css
<style>
span { border-color: #676CCC; }
span { border-color: rgb(103,108,204); }
td.TdClassName
{
border-color: #676CCC;
}
.TagClassName
{
border-color: #676CCC;
}
</style>