Shades of Slate Blue #674ADF
Tints of Slate Blue #674ADF
RGB
CMYK
RGB Variations
Color information
#674ADF (or 0x674ADF) is known color: Slate Blue. HEX triplet: 67, 4A and DF. RGB value is (103,74,223). Sum of RGB (Red+Green+Blue) = 103+74+223=400 (52% of max value = 765). Red value is 103 (40.62% from 255 or 25.75% from 400); Green value is 74 (29.30% from 255 or 18.5% from 400); Blue value is 223 (87.5% from 255 or 55.75% from 400); Max value from RGB is 223 - color contains mainly: blue. Hex color #674ADF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #674ADF is #98B520. Grayscale: #636363. Windows color (decimal): -10007841 or 14633575. OLE color: 14633575.
HSL color Cylindrical-coordinate representation of color #674ADF: hue angle of 251.68º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #674ADF is Cyan = 0.54, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 74 | 223 | - |
| CMYK | 0.54 | 0.67 | 0 | 0.13 |
| HSL | 251.68º | 0.7% | 0.58% | - |
| HSV(B) | 251.68º | 0.67% | 0.87% | - |
| XYZ | 21.36 | 13.11 | 71.22 | - |
| YUV | 99.66 | 197.61 | 130.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 74 | 223 | 0.54 | 0.67 | 0 | 0.13 | 251.68 | 0.7 | 0.58 |
| Hex | 67 | 4A | DF | 36 | 43 | 0 | D | FC | 46 | 3A |
| Octal | 147 | 112 | 337 | 66 | 103 | 0 | 15 | 374 | 106 | 72 |
| Binary | 1100111 | 1001010 | 11011111 | 110110 | 1000011 | 0 | 1101 | 11111100 | 1000110 | 111010 |
Color Harmonies of #674ADF
Complementary color
Monochromatic Colors of #674ADF
Black with #674ADF
Text Example
Text Example
White with #674ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674ADF; }
p { color: rgb(103,74,223); }
H1.HeaderClassName
{
color: #674ADF;
}
.AnyTagClassName
{
color: #674ADF;
}
</style>
background-color css
<style>
a { background-color: #674ADF; }
a { background-color: rgb(103,74,223); }
div.DivClassName
{
background-color: #674ADF;
}
.BgClassName
{
background-color: #674ADF;
}
</style>
border-color css
<style>
span { border-color: #674ADF; }
span { border-color: rgb(103,74,223); }
td.TdClassName
{
border-color: #674ADF;
}
.TagClassName
{
border-color: #674ADF;
}
</style>