Shades of Slate Blue #675FCD
Tints of Slate Blue #675FCD
RGB
CMYK
RGB Variations
Color information
#675FCD (or 0x675FCD) is known color: Slate Blue. HEX triplet: 67, 5F and CD. RGB value is (103,95,205). Sum of RGB (Red+Green+Blue) = 103+95+205=403 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.56% from 403); Green value is 95 (37.5% from 255 or 23.57% from 403); Blue value is 205 (80.47% from 255 or 50.87% from 403); Max value from RGB is 205 - color contains mainly: blue. Hex color #675FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #675FCD is #98A032. Grayscale: #6D6D6D. Windows color (decimal): -10002483 or 13459303. OLE color: 13459303.
HSL color Cylindrical-coordinate representation of color #675FCD: hue angle of 244.36º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #675FCD is Cyan = 0.50, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 103 | 95 | 205 | - |
| CMYK | 0.50 | 0.54 | 0 | 0.20 |
| HSL | 244.36º | 0.52% | 0.59% | - |
| HSV(B) | 244.36º | 0.54% | 0.8% | - |
| XYZ | 20.71 | 15.48 | 59.65 | - |
| YUV | 109.93 | 181.65 | 123.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 95 | 205 | 0.50 | 0.54 | 0 | 0.20 | 244.36 | 0.52 | 0.59 |
| Hex | 67 | 5F | CD | 32 | 36 | 0 | 14 | F4 | 34 | 3B |
| Octal | 147 | 137 | 315 | 62 | 66 | 0 | 24 | 364 | 64 | 73 |
| Binary | 1100111 | 1011111 | 11001101 | 110010 | 110110 | 0 | 10100 | 11110100 | 110100 | 111011 |
Color Harmonies of #675FCD
Complementary color
Monochromatic Colors of #675FCD
Black with #675FCD
Text Example
Text Example
White with #675FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675FCD; }
p { color: rgb(103,95,205); }
H1.HeaderClassName
{
color: #675FCD;
}
.AnyTagClassName
{
color: #675FCD;
}
</style>
background-color css
<style>
a { background-color: #675FCD; }
a { background-color: rgb(103,95,205); }
div.DivClassName
{
background-color: #675FCD;
}
.BgClassName
{
background-color: #675FCD;
}
</style>
border-color css
<style>
span { border-color: #675FCD; }
span { border-color: rgb(103,95,205); }
td.TdClassName
{
border-color: #675FCD;
}
.TagClassName
{
border-color: #675FCD;
}
</style>