Shades of Slate Blue #674CCD
Tints of Slate Blue #674CCD
RGB
CMYK
RGB Variations
Color information
#674CCD (or 0x674CCD) is known color: Slate Blue. HEX triplet: 67, 4C and CD. RGB value is (103,76,205). Sum of RGB (Red+Green+Blue) = 103+76+205=384 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.82% from 384); Green value is 76 (30.08% from 255 or 19.79% from 384); Blue value is 205 (80.47% from 255 or 53.39% from 384); Max value from RGB is 205 - color contains mainly: blue. Hex color #674CCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #674CCD is #98B332. Grayscale: #626262. Windows color (decimal): -10007347 or 13454439. OLE color: 13454439.
HSL color Cylindrical-coordinate representation of color #674CCD: hue angle of 252.56º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #674CCD is Cyan = 0.50, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 103 | 76 | 205 | - |
| CMYK | 0.50 | 0.63 | 0 | 0.20 |
| HSL | 252.56º | 0.56% | 0.55% | - |
| HSV(B) | 252.56º | 0.63% | 0.8% | - |
| XYZ | 19.2 | 12.46 | 59.15 | - |
| YUV | 98.78 | 187.95 | 131.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 76 | 205 | 0.50 | 0.63 | 0 | 0.20 | 252.56 | 0.56 | 0.55 |
| Hex | 67 | 4C | CD | 32 | 3F | 0 | 14 | FD | 38 | 37 |
| Octal | 147 | 114 | 315 | 62 | 77 | 0 | 24 | 375 | 70 | 67 |
| Binary | 1100111 | 1001100 | 11001101 | 110010 | 111111 | 0 | 10100 | 11111101 | 111000 | 110111 |
Color Harmonies of #674CCD
Complementary color
Monochromatic Colors of #674CCD
Black with #674CCD
Text Example
Text Example
White with #674CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674CCD; }
p { color: rgb(103,76,205); }
H1.HeaderClassName
{
color: #674CCD;
}
.AnyTagClassName
{
color: #674CCD;
}
</style>
background-color css
<style>
a { background-color: #674CCD; }
a { background-color: rgb(103,76,205); }
div.DivClassName
{
background-color: #674CCD;
}
.BgClassName
{
background-color: #674CCD;
}
</style>
border-color css
<style>
span { border-color: #674CCD; }
span { border-color: rgb(103,76,205); }
td.TdClassName
{
border-color: #674CCD;
}
.TagClassName
{
border-color: #674CCD;
}
</style>