Shades of Slate Blue #674FCC
Tints of Slate Blue #674FCC
RGB
CMYK
RGB Variations
Color information
#674FCC (or 0x674FCC) is known color: Slate Blue. HEX triplet: 67, 4F and CC. RGB value is (103,79,204). Sum of RGB (Red+Green+Blue) = 103+79+204=386 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.68% from 386); Green value is 79 (31.25% from 255 or 20.47% from 386); Blue value is 204 (80.08% from 255 or 52.85% from 386); Max value from RGB is 204 - color contains mainly: blue. Hex color #674FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #674FCC is #98B033. Grayscale: #636363. Windows color (decimal): -10006580 or 13389671. OLE color: 13389671.
HSL color Cylindrical-coordinate representation of color #674FCC: hue angle of 251.52º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #674FCC is Cyan = 0.50, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 103 | 79 | 204 | - |
| CMYK | 0.50 | 0.61 | 0 | 0.2 |
| HSL | 251.52º | 0.55% | 0.55% | - |
| HSV(B) | 251.52º | 0.61% | 0.8% | - |
| XYZ | 19.29 | 12.84 | 58.59 | - |
| YUV | 100.43 | 186.45 | 129.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 79 | 204 | 0.50 | 0.61 | 0 | 0.2 | 251.52 | 0.55 | 0.55 |
| Hex | 67 | 4F | CC | 32 | 3D | 0 | 14 | FC | 37 | 37 |
| Octal | 147 | 117 | 314 | 62 | 75 | 0 | 24 | 374 | 67 | 67 |
| Binary | 1100111 | 1001111 | 11001100 | 110010 | 111101 | 0 | 10100 | 11111100 | 110111 | 110111 |
Color Harmonies of #674FCC
Complementary color
Monochromatic Colors of #674FCC
Black with #674FCC
Text Example
Text Example
White with #674FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674FCC; }
p { color: rgb(103,79,204); }
H1.HeaderClassName
{
color: #674FCC;
}
.AnyTagClassName
{
color: #674FCC;
}
</style>
background-color css
<style>
a { background-color: #674FCC; }
a { background-color: rgb(103,79,204); }
div.DivClassName
{
background-color: #674FCC;
}
.BgClassName
{
background-color: #674FCC;
}
</style>
border-color css
<style>
span { border-color: #674FCC; }
span { border-color: rgb(103,79,204); }
td.TdClassName
{
border-color: #674FCC;
}
.TagClassName
{
border-color: #674FCC;
}
</style>