Shades of Slate Blue #676CCD
Tints of Slate Blue #676CCD
RGB
CMYK
RGB Variations
Color information
#676CCD (or 0x676CCD) is known color: Slate Blue. HEX triplet: 67, 6C and CD. RGB value is (103,108,205). Sum of RGB (Red+Green+Blue) = 103+108+205=416 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.76% from 416); Green value is 108 (42.58% from 255 or 25.96% from 416); Blue value is 205 (80.47% from 255 or 49.28% from 416); Max value from RGB is 205 - color contains mainly: blue. Hex color #676CCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #676CCD is #989332. Grayscale: #757575. Windows color (decimal): -9999155 or 13462631. OLE color: 13462631.
HSL color Cylindrical-coordinate representation of color #676CCD: hue angle of 237.06º 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 #676CCD is Cyan = 0.50, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 103 | 108 | 205 | - |
| CMYK | 0.50 | 0.47 | 0 | 0.20 |
| HSL | 237.06º | 0.5% | 0.6% | - |
| HSV(B) | 237.06º | 0.5% | 0.8% | - |
| XYZ | 21.98 | 18.02 | 60.08 | - |
| YUV | 117.56 | 177.34 | 117.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 108 | 205 | 0.50 | 0.47 | 0 | 0.20 | 237.06 | 0.5 | 0.6 |
| Hex | 67 | 6C | CD | 32 | 2F | 0 | 14 | ED | 32 | 3C |
| Octal | 147 | 154 | 315 | 62 | 57 | 0 | 24 | 355 | 62 | 74 |
| Binary | 1100111 | 1101100 | 11001101 | 110010 | 101111 | 0 | 10100 | 11101101 | 110010 | 111100 |
Color Harmonies of #676CCD
Complementary color
Monochromatic Colors of #676CCD
Black with #676CCD
Text Example
Text Example
White with #676CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676CCD; }
p { color: rgb(103,108,205); }
H1.HeaderClassName
{
color: #676CCD;
}
.AnyTagClassName
{
color: #676CCD;
}
</style>
background-color css
<style>
a { background-color: #676CCD; }
a { background-color: rgb(103,108,205); }
div.DivClassName
{
background-color: #676CCD;
}
.BgClassName
{
background-color: #676CCD;
}
</style>
border-color css
<style>
span { border-color: #676CCD; }
span { border-color: rgb(103,108,205); }
td.TdClassName
{
border-color: #676CCD;
}
.TagClassName
{
border-color: #676CCD;
}
</style>