Shades of Slate Blue #676ACE
Tints of Slate Blue #676ACE
RGB
CMYK
RGB Variations
Color information
#676ACE (or 0x676ACE) is known color: Slate Blue. HEX triplet: 67, 6A and CE. RGB value is (103,106,206). Sum of RGB (Red+Green+Blue) = 103+106+206=415 (54% of max value = 765). Red value is 103 (40.62% from 255 or 24.82% from 415); Green value is 106 (41.80% from 255 or 25.54% from 415); Blue value is 206 (80.86% from 255 or 49.64% from 415); Max value from RGB is 206 - color contains mainly: blue. Hex color #676ACE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #676ACE is #989531. Grayscale: #747474. Windows color (decimal): -9999666 or 13527655. OLE color: 13527655.
HSL color Cylindrical-coordinate representation of color #676ACE: hue angle of 238.25º degrees, saturation: 0.51, 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 #676ACE is Cyan = 0.50, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 103 | 106 | 206 | - |
| CMYK | 0.50 | 0.49 | 0 | 0.19 |
| HSL | 238.25º | 0.51% | 0.61% | - |
| HSV(B) | 238.25º | 0.5% | 0.81% | - |
| XYZ | 21.89 | 17.65 | 60.65 | - |
| YUV | 116.5 | 178.51 | 118.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 106 | 206 | 0.50 | 0.49 | 0 | 0.19 | 238.25 | 0.51 | 0.61 |
| Hex | 67 | 6A | CE | 32 | 31 | 0 | 13 | EE | 33 | 3D |
| Octal | 147 | 152 | 316 | 62 | 61 | 0 | 23 | 356 | 63 | 75 |
| Binary | 1100111 | 1101010 | 11001110 | 110010 | 110001 | 0 | 10011 | 11101110 | 110011 | 111101 |
Color Harmonies of #676ACE
Complementary color
Monochromatic Colors of #676ACE
Black with #676ACE
Text Example
Text Example
White with #676ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676ACE; }
p { color: rgb(103,106,206); }
H1.HeaderClassName
{
color: #676ACE;
}
.AnyTagClassName
{
color: #676ACE;
}
</style>
background-color css
<style>
a { background-color: #676ACE; }
a { background-color: rgb(103,106,206); }
div.DivClassName
{
background-color: #676ACE;
}
.BgClassName
{
background-color: #676ACE;
}
</style>
border-color css
<style>
span { border-color: #676ACE; }
span { border-color: rgb(103,106,206); }
td.TdClassName
{
border-color: #676ACE;
}
.TagClassName
{
border-color: #676ACE;
}
</style>