Shades of Slate Blue #675CCC
Tints of Slate Blue #675CCC
RGB
CMYK
RGB Variations
Color information
#675CCC (or 0x675CCC) is known color: Slate Blue. HEX triplet: 67, 5C and CC. RGB value is (103,92,204). Sum of RGB (Red+Green+Blue) = 103+92+204=399 (52% of max value = 765). Red value is 103 (40.62% from 255 or 25.81% from 399); Green value is 92 (36.33% from 255 or 23.06% from 399); Blue value is 204 (80.08% from 255 or 51.13% from 399); Max value from RGB is 204 - color contains mainly: blue. Hex color #675CCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #675CCC is #98A333. Grayscale: #6B6B6B. Windows color (decimal): -10003252 or 13392999. OLE color: 13392999.
HSL color Cylindrical-coordinate representation of color #675CCC: hue angle of 245.89º degrees, saturation: 0.52, 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 #675CCC is Cyan = 0.50, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 103 | 92 | 204 | - |
| CMYK | 0.50 | 0.55 | 0 | 0.2 |
| HSL | 245.89º | 0.52% | 0.58% | - |
| HSV(B) | 245.89º | 0.55% | 0.8% | - |
| XYZ | 20.32 | 14.9 | 58.93 | - |
| YUV | 108.06 | 182.14 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 92 | 204 | 0.50 | 0.55 | 0 | 0.2 | 245.89 | 0.52 | 0.58 |
| Hex | 67 | 5C | CC | 32 | 37 | 0 | 14 | F6 | 34 | 3A |
| Octal | 147 | 134 | 314 | 62 | 67 | 0 | 24 | 366 | 64 | 72 |
| Binary | 1100111 | 1011100 | 11001100 | 110010 | 110111 | 0 | 10100 | 11110110 | 110100 | 111010 |
Color Harmonies of #675CCC
Complementary color
Monochromatic Colors of #675CCC
Black with #675CCC
Text Example
Text Example
White with #675CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675CCC; }
p { color: rgb(103,92,204); }
H1.HeaderClassName
{
color: #675CCC;
}
.AnyTagClassName
{
color: #675CCC;
}
</style>
background-color css
<style>
a { background-color: #675CCC; }
a { background-color: rgb(103,92,204); }
div.DivClassName
{
background-color: #675CCC;
}
.BgClassName
{
background-color: #675CCC;
}
</style>
border-color css
<style>
span { border-color: #675CCC; }
span { border-color: rgb(103,92,204); }
td.TdClassName
{
border-color: #675CCC;
}
.TagClassName
{
border-color: #675CCC;
}
</style>