Shades of Slate Blue #674BDC
Tints of Slate Blue #674BDC
RGB
CMYK
RGB Variations
Color information
#674BDC (or 0x674BDC) is known color: Slate Blue. HEX triplet: 67, 4B and DC. RGB value is (103,75,220). Sum of RGB (Red+Green+Blue) = 103+75+220=398 (52% of max value = 765). Red value is 103 (40.62% from 255 or 25.88% from 398); Green value is 75 (29.69% from 255 or 18.84% from 398); Blue value is 220 (86.33% from 255 or 55.28% from 398); Max value from RGB is 220 - color contains mainly: blue. Hex color #674BDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #674BDC is #98B423. Grayscale: #636363. Windows color (decimal): -10007588 or 14437223. OLE color: 14437223.
HSL color Cylindrical-coordinate representation of color #674BDC: hue angle of 251.59º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #674BDC is Cyan = 0.53, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 103 | 75 | 220 | - |
| CMYK | 0.53 | 0.66 | 0 | 0.14 |
| HSL | 251.59º | 0.67% | 0.58% | - |
| HSV(B) | 251.59º | 0.66% | 0.86% | - |
| XYZ | 21.03 | 13.08 | 69.13 | - |
| YUV | 99.9 | 195.78 | 130.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 75 | 220 | 0.53 | 0.66 | 0 | 0.14 | 251.59 | 0.67 | 0.58 |
| Hex | 67 | 4B | DC | 35 | 42 | 0 | E | FC | 43 | 3A |
| Octal | 147 | 113 | 334 | 65 | 102 | 0 | 16 | 374 | 103 | 72 |
| Binary | 1100111 | 1001011 | 11011100 | 110101 | 1000010 | 0 | 1110 | 11111100 | 1000011 | 111010 |
Color Harmonies of #674BDC
Complementary color
Monochromatic Colors of #674BDC
Black with #674BDC
Text Example
Text Example
White with #674BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674BDC; }
p { color: rgb(103,75,220); }
H1.HeaderClassName
{
color: #674BDC;
}
.AnyTagClassName
{
color: #674BDC;
}
</style>
background-color css
<style>
a { background-color: #674BDC; }
a { background-color: rgb(103,75,220); }
div.DivClassName
{
background-color: #674BDC;
}
.BgClassName
{
background-color: #674BDC;
}
</style>
border-color css
<style>
span { border-color: #674BDC; }
span { border-color: rgb(103,75,220); }
td.TdClassName
{
border-color: #674BDC;
}
.TagClassName
{
border-color: #674BDC;
}
</style>