Shades of Slate Blue #674CDC
Tints of Slate Blue #674CDC
RGB
CMYK
RGB Variations
Color information
#674CDC (or 0x674CDC) is known color: Slate Blue. HEX triplet: 67, 4C and DC. RGB value is (103,76,220). Sum of RGB (Red+Green+Blue) = 103+76+220=399 (52% of max value = 765). Red value is 103 (40.62% from 255 or 25.81% from 399); Green value is 76 (30.08% from 255 or 19.05% from 399); Blue value is 220 (86.33% from 255 or 55.14% from 399); Max value from RGB is 220 - color contains mainly: blue. Hex color #674CDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #674CDC is #98B323. Grayscale: #636363. Windows color (decimal): -10007332 or 14437479. OLE color: 14437479.
HSL color Cylindrical-coordinate representation of color #674CDC: hue angle of 251.25º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #674CDC is Cyan = 0.53, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 103 | 76 | 220 | - |
| CMYK | 0.53 | 0.65 | 0 | 0.14 |
| HSL | 251.25º | 0.67% | 0.58% | - |
| HSV(B) | 251.25º | 0.65% | 0.86% | - |
| XYZ | 21.1 | 13.22 | 69.15 | - |
| YUV | 100.49 | 195.45 | 129.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 76 | 220 | 0.53 | 0.65 | 0 | 0.14 | 251.25 | 0.67 | 0.58 |
| Hex | 67 | 4C | DC | 35 | 41 | 0 | E | FB | 43 | 3A |
| Octal | 147 | 114 | 334 | 65 | 101 | 0 | 16 | 373 | 103 | 72 |
| Binary | 1100111 | 1001100 | 11011100 | 110101 | 1000001 | 0 | 1110 | 11111011 | 1000011 | 111010 |
Color Harmonies of #674CDC
Complementary color
Monochromatic Colors of #674CDC
Black with #674CDC
Text Example
Text Example
White with #674CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674CDC; }
p { color: rgb(103,76,220); }
H1.HeaderClassName
{
color: #674CDC;
}
.AnyTagClassName
{
color: #674CDC;
}
</style>
background-color css
<style>
a { background-color: #674CDC; }
a { background-color: rgb(103,76,220); }
div.DivClassName
{
background-color: #674CDC;
}
.BgClassName
{
background-color: #674CDC;
}
</style>
border-color css
<style>
span { border-color: #674CDC; }
span { border-color: rgb(103,76,220); }
td.TdClassName
{
border-color: #674CDC;
}
.TagClassName
{
border-color: #674CDC;
}
</style>