Shades of Slate Blue #674DCE
Tints of Slate Blue #674DCE
RGB
CMYK
RGB Variations
Color information
#674DCE (or 0x674DCE) is known color: Slate Blue. HEX triplet: 67, 4D and CE. RGB value is (103,77,206). Sum of RGB (Red+Green+Blue) = 103+77+206=386 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.68% from 386); Green value is 77 (30.47% from 255 or 19.95% from 386); Blue value is 206 (80.86% from 255 or 53.37% from 386); Max value from RGB is 206 - color contains mainly: blue. Hex color #674DCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #674DCE is #98B231. Grayscale: #626262. Windows color (decimal): -10007090 or 13520231. OLE color: 13520231.
HSL color Cylindrical-coordinate representation of color #674DCE: hue angle of 252.09º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #674DCE is Cyan = 0.50, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 103 | 77 | 206 | - |
| CMYK | 0.50 | 0.63 | 0 | 0.19 |
| HSL | 252.09º | 0.57% | 0.55% | - |
| HSV(B) | 252.09º | 0.63% | 0.81% | - |
| XYZ | 19.39 | 12.65 | 59.81 | - |
| YUV | 99.48 | 188.11 | 130.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 77 | 206 | 0.50 | 0.63 | 0 | 0.19 | 252.09 | 0.57 | 0.55 |
| Hex | 67 | 4D | CE | 32 | 3F | 0 | 13 | FC | 39 | 37 |
| Octal | 147 | 115 | 316 | 62 | 77 | 0 | 23 | 374 | 71 | 67 |
| Binary | 1100111 | 1001101 | 11001110 | 110010 | 111111 | 0 | 10011 | 11111100 | 111001 | 110111 |
Color Harmonies of #674DCE
Complementary color
Monochromatic Colors of #674DCE
Black with #674DCE
Text Example
Text Example
White with #674DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674DCE; }
p { color: rgb(103,77,206); }
H1.HeaderClassName
{
color: #674DCE;
}
.AnyTagClassName
{
color: #674DCE;
}
</style>
background-color css
<style>
a { background-color: #674DCE; }
a { background-color: rgb(103,77,206); }
div.DivClassName
{
background-color: #674DCE;
}
.BgClassName
{
background-color: #674DCE;
}
</style>
border-color css
<style>
span { border-color: #674DCE; }
span { border-color: rgb(103,77,206); }
td.TdClassName
{
border-color: #674DCE;
}
.TagClassName
{
border-color: #674DCE;
}
</style>