Shades of Slate Blue #675CCD
Tints of Slate Blue #675CCD
RGB
CMYK
RGB Variations
Color information
#675CCD (or 0x675CCD) is known color: Slate Blue. HEX triplet: 67, 5C and CD. RGB value is (103,92,205). Sum of RGB (Red+Green+Blue) = 103+92+205=400 (52% of max value = 765). Red value is 103 (40.62% from 255 or 25.75% from 400); Green value is 92 (36.33% from 255 or 23% from 400); Blue value is 205 (80.47% from 255 or 51.25% from 400); Max value from RGB is 205 - color contains mainly: blue. Hex color #675CCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #675CCD is #98A332. Grayscale: #6B6B6B. Windows color (decimal): -10003251 or 13458535. OLE color: 13458535.
HSL color Cylindrical-coordinate representation of color #675CCD: hue angle of 245.84º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #675CCD is Cyan = 0.50, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 103 | 92 | 205 | - |
| CMYK | 0.50 | 0.55 | 0 | 0.20 |
| HSL | 245.84º | 0.53% | 0.58% | - |
| HSV(B) | 245.84º | 0.55% | 0.8% | - |
| XYZ | 20.44 | 14.95 | 59.57 | - |
| YUV | 108.17 | 182.64 | 124.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 92 | 205 | 0.50 | 0.55 | 0 | 0.20 | 245.84 | 0.53 | 0.58 |
| Hex | 67 | 5C | CD | 32 | 37 | 0 | 14 | F6 | 35 | 3A |
| Octal | 147 | 134 | 315 | 62 | 67 | 0 | 24 | 366 | 65 | 72 |
| Binary | 1100111 | 1011100 | 11001101 | 110010 | 110111 | 0 | 10100 | 11110110 | 110101 | 111010 |
Color Harmonies of #675CCD
Complementary color
Monochromatic Colors of #675CCD
Black with #675CCD
Text Example
Text Example
White with #675CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675CCD; }
p { color: rgb(103,92,205); }
H1.HeaderClassName
{
color: #675CCD;
}
.AnyTagClassName
{
color: #675CCD;
}
</style>
background-color css
<style>
a { background-color: #675CCD; }
a { background-color: rgb(103,92,205); }
div.DivClassName
{
background-color: #675CCD;
}
.BgClassName
{
background-color: #675CCD;
}
</style>
border-color css
<style>
span { border-color: #675CCD; }
span { border-color: rgb(103,92,205); }
td.TdClassName
{
border-color: #675CCD;
}
.TagClassName
{
border-color: #675CCD;
}
</style>