Shades of Slate Blue #674BDD
Tints of Slate Blue #674BDD
RGB
CMYK
RGB Variations
Color information
#674BDD (or 0x674BDD) is known color: Slate Blue. HEX triplet: 67, 4B and DD. RGB value is (103,75,221). Sum of RGB (Red+Green+Blue) = 103+75+221=399 (52% of max value = 765). Red value is 103 (40.62% from 255 or 25.81% from 399); Green value is 75 (29.69% from 255 or 18.80% from 399); Blue value is 221 (86.72% from 255 or 55.39% from 399); Max value from RGB is 221 - color contains mainly: blue. Hex color #674BDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #674BDD is #98B422. Grayscale: #636363. Windows color (decimal): -10007587 or 14502759. OLE color: 14502759.
HSL color Cylindrical-coordinate representation of color #674BDD: hue angle of 251.51º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #674BDD is Cyan = 0.53, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 75 | 221 | - |
| CMYK | 0.53 | 0.66 | 0 | 0.13 |
| HSL | 251.51º | 0.68% | 0.58% | - |
| HSV(B) | 251.51º | 0.66% | 0.87% | - |
| XYZ | 21.16 | 13.14 | 69.83 | - |
| YUV | 100.02 | 196.28 | 130.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 75 | 221 | 0.53 | 0.66 | 0 | 0.13 | 251.51 | 0.68 | 0.58 |
| Hex | 67 | 4B | DD | 35 | 42 | 0 | D | FC | 44 | 3A |
| Octal | 147 | 113 | 335 | 65 | 102 | 0 | 15 | 374 | 104 | 72 |
| Binary | 1100111 | 1001011 | 11011101 | 110101 | 1000010 | 0 | 1101 | 11111100 | 1000100 | 111010 |
Color Harmonies of #674BDD
Complementary color
Monochromatic Colors of #674BDD
Black with #674BDD
Text Example
Text Example
White with #674BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674BDD; }
p { color: rgb(103,75,221); }
H1.HeaderClassName
{
color: #674BDD;
}
.AnyTagClassName
{
color: #674BDD;
}
</style>
background-color css
<style>
a { background-color: #674BDD; }
a { background-color: rgb(103,75,221); }
div.DivClassName
{
background-color: #674BDD;
}
.BgClassName
{
background-color: #674BDD;
}
</style>
border-color css
<style>
span { border-color: #674BDD; }
span { border-color: rgb(103,75,221); }
td.TdClassName
{
border-color: #674BDD;
}
.TagClassName
{
border-color: #674BDD;
}
</style>