Shades of Slate Blue #674FCB
Tints of Slate Blue #674FCB
RGB
CMYK
RGB Variations
Color information
#674FCB (or 0x674FCB) is known color: Slate Blue. HEX triplet: 67, 4F and CB. RGB value is (103,79,203). Sum of RGB (Red+Green+Blue) = 103+79+203=385 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.75% from 385); Green value is 79 (31.25% from 255 or 20.52% from 385); Blue value is 203 (79.69% from 255 or 52.73% from 385); Max value from RGB is 203 - color contains mainly: blue. Hex color #674FCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #674FCB is #98B034. Grayscale: #636363. Windows color (decimal): -10006581 or 13324135. OLE color: 13324135.
HSL color Cylindrical-coordinate representation of color #674FCB: hue angle of 251.61º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #674FCB is Cyan = 0.49, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 103 | 79 | 203 | - |
| CMYK | 0.49 | 0.61 | 0 | 0.20 |
| HSL | 251.61º | 0.54% | 0.55% | - |
| HSV(B) | 251.61º | 0.61% | 0.8% | - |
| XYZ | 19.17 | 12.79 | 57.96 | - |
| YUV | 100.31 | 185.95 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 79 | 203 | 0.49 | 0.61 | 0 | 0.20 | 251.61 | 0.54 | 0.55 |
| Hex | 67 | 4F | CB | 31 | 3D | 0 | 14 | FC | 36 | 37 |
| Octal | 147 | 117 | 313 | 61 | 75 | 0 | 24 | 374 | 66 | 67 |
| Binary | 1100111 | 1001111 | 11001011 | 110001 | 111101 | 0 | 10100 | 11111100 | 110110 | 110111 |
Color Harmonies of #674FCB
Complementary color
Monochromatic Colors of #674FCB
Black with #674FCB
Text Example
Text Example
White with #674FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674FCB; }
p { color: rgb(103,79,203); }
H1.HeaderClassName
{
color: #674FCB;
}
.AnyTagClassName
{
color: #674FCB;
}
</style>
background-color css
<style>
a { background-color: #674FCB; }
a { background-color: rgb(103,79,203); }
div.DivClassName
{
background-color: #674FCB;
}
.BgClassName
{
background-color: #674FCB;
}
</style>
border-color css
<style>
span { border-color: #674FCB; }
span { border-color: rgb(103,79,203); }
td.TdClassName
{
border-color: #674FCB;
}
.TagClassName
{
border-color: #674FCB;
}
</style>