Shades of Slate Blue #674CDF
Tints of Slate Blue #674CDF
RGB
CMYK
RGB Variations
Color information
#674CDF (or 0x674CDF) is known color: Slate Blue. HEX triplet: 67, 4C and DF. RGB value is (103,76,223). Sum of RGB (Red+Green+Blue) = 103+76+223=402 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.62% from 402); Green value is 76 (30.08% from 255 or 18.91% from 402); Blue value is 223 (87.5% from 255 or 55.47% from 402); Max value from RGB is 223 - color contains mainly: blue. Hex color #674CDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #674CDF is #98B320. Grayscale: #646464. Windows color (decimal): -10007329 or 14634087. OLE color: 14634087.
HSL color Cylindrical-coordinate representation of color #674CDF: hue angle of 251.02º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #674CDF is Cyan = 0.54, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 76 | 223 | - |
| CMYK | 0.54 | 0.66 | 0 | 0.13 |
| HSL | 251.02º | 0.7% | 0.59% | - |
| HSV(B) | 251.02º | 0.66% | 0.87% | - |
| XYZ | 21.5 | 13.38 | 71.26 | - |
| YUV | 100.83 | 196.95 | 129.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 76 | 223 | 0.54 | 0.66 | 0 | 0.13 | 251.02 | 0.7 | 0.59 |
| Hex | 67 | 4C | DF | 36 | 42 | 0 | D | FB | 46 | 3B |
| Octal | 147 | 114 | 337 | 66 | 102 | 0 | 15 | 373 | 106 | 73 |
| Binary | 1100111 | 1001100 | 11011111 | 110110 | 1000010 | 0 | 1101 | 11111011 | 1000110 | 111011 |
Color Harmonies of #674CDF
Complementary color
Monochromatic Colors of #674CDF
Black with #674CDF
Text Example
Text Example
White with #674CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674CDF; }
p { color: rgb(103,76,223); }
H1.HeaderClassName
{
color: #674CDF;
}
.AnyTagClassName
{
color: #674CDF;
}
</style>
background-color css
<style>
a { background-color: #674CDF; }
a { background-color: rgb(103,76,223); }
div.DivClassName
{
background-color: #674CDF;
}
.BgClassName
{
background-color: #674CDF;
}
</style>
border-color css
<style>
span { border-color: #674CDF; }
span { border-color: rgb(103,76,223); }
td.TdClassName
{
border-color: #674CDF;
}
.TagClassName
{
border-color: #674CDF;
}
</style>