Shades of Slate Blue #674CD2
Tints of Slate Blue #674CD2
RGB
CMYK
RGB Variations
Color information
#674CD2 (or 0x674CD2) is known color: Slate Blue. HEX triplet: 67, 4C and D2. RGB value is (103,76,210). Sum of RGB (Red+Green+Blue) = 103+76+210=389 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.48% from 389); Green value is 76 (30.08% from 255 or 19.54% from 389); Blue value is 210 (82.42% from 255 or 53.98% from 389); Max value from RGB is 210 - color contains mainly: blue. Hex color #674CD2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #674CD2 is #98B32D. Grayscale: #626262. Windows color (decimal): -10007342 or 13782119. OLE color: 13782119.
HSL color Cylindrical-coordinate representation of color #674CD2: hue angle of 252.09º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #674CD2 is Cyan = 0.51, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 103 | 76 | 210 | - |
| CMYK | 0.51 | 0.64 | 0 | 0.18 |
| HSL | 252.09º | 0.6% | 0.56% | - |
| HSV(B) | 252.09º | 0.64% | 0.82% | - |
| XYZ | 19.81 | 12.71 | 62.38 | - |
| YUV | 99.35 | 190.45 | 130.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 76 | 210 | 0.51 | 0.64 | 0 | 0.18 | 252.09 | 0.6 | 0.56 |
| Hex | 67 | 4C | D2 | 33 | 40 | 0 | 12 | FC | 3C | 38 |
| Octal | 147 | 114 | 322 | 63 | 100 | 0 | 22 | 374 | 74 | 70 |
| Binary | 1100111 | 1001100 | 11010010 | 110011 | 1000000 | 0 | 10010 | 11111100 | 111100 | 111000 |
Color Harmonies of #674CD2
Complementary color
Monochromatic Colors of #674CD2
Black with #674CD2
Text Example
Text Example
White with #674CD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674CD2; }
p { color: rgb(103,76,210); }
H1.HeaderClassName
{
color: #674CD2;
}
.AnyTagClassName
{
color: #674CD2;
}
</style>
background-color css
<style>
a { background-color: #674CD2; }
a { background-color: rgb(103,76,210); }
div.DivClassName
{
background-color: #674CD2;
}
.BgClassName
{
background-color: #674CD2;
}
</style>
border-color css
<style>
span { border-color: #674CD2; }
span { border-color: rgb(103,76,210); }
td.TdClassName
{
border-color: #674CD2;
}
.TagClassName
{
border-color: #674CD2;
}
</style>