Shades of Slate Blue #674DCB
Tints of Slate Blue #674DCB
RGB
CMYK
RGB Variations
Color information
#674DCB (or 0x674DCB) is known color: Slate Blue. HEX triplet: 67, 4D and CB. RGB value is (103,77,203). Sum of RGB (Red+Green+Blue) = 103+77+203=383 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.89% from 383); Green value is 77 (30.47% from 255 or 20.10% from 383); Blue value is 203 (79.69% from 255 or 53.00% from 383); Max value from RGB is 203 - color contains mainly: blue. Hex color #674DCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #674DCB is #98B234. Grayscale: #626262. Windows color (decimal): -10007093 or 13323623. OLE color: 13323623.
HSL color Cylindrical-coordinate representation of color #674DCB: hue angle of 252.38º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #674DCB is Cyan = 0.49, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 103 | 77 | 203 | - |
| CMYK | 0.49 | 0.62 | 0 | 0.20 |
| HSL | 252.38º | 0.55% | 0.55% | - |
| HSV(B) | 252.38º | 0.62% | 0.8% | - |
| XYZ | 19.03 | 12.5 | 57.91 | - |
| YUV | 99.14 | 186.61 | 130.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 77 | 203 | 0.49 | 0.62 | 0 | 0.20 | 252.38 | 0.55 | 0.55 |
| Hex | 67 | 4D | CB | 31 | 3E | 0 | 14 | FC | 37 | 37 |
| Octal | 147 | 115 | 313 | 61 | 76 | 0 | 24 | 374 | 67 | 67 |
| Binary | 1100111 | 1001101 | 11001011 | 110001 | 111110 | 0 | 10100 | 11111100 | 110111 | 110111 |
Color Harmonies of #674DCB
Complementary color
Monochromatic Colors of #674DCB
Black with #674DCB
Text Example
Text Example
White with #674DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674DCB; }
p { color: rgb(103,77,203); }
H1.HeaderClassName
{
color: #674DCB;
}
.AnyTagClassName
{
color: #674DCB;
}
</style>
background-color css
<style>
a { background-color: #674DCB; }
a { background-color: rgb(103,77,203); }
div.DivClassName
{
background-color: #674DCB;
}
.BgClassName
{
background-color: #674DCB;
}
</style>
border-color css
<style>
span { border-color: #674DCB; }
span { border-color: rgb(103,77,203); }
td.TdClassName
{
border-color: #674DCB;
}
.TagClassName
{
border-color: #674DCB;
}
</style>