Shades of Slate Blue #674BCF
Tints of Slate Blue #674BCF
RGB
CMYK
RGB Variations
Color information
#674BCF (or 0x674BCF) is known color: Slate Blue. HEX triplet: 67, 4B and CF. RGB value is (103,75,207). Sum of RGB (Red+Green+Blue) = 103+75+207=385 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.75% from 385); Green value is 75 (29.69% from 255 or 19.48% from 385); Blue value is 207 (81.25% from 255 or 53.77% from 385); Max value from RGB is 207 - color contains mainly: blue. Hex color #674BCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #674BCF is #98B430. Grayscale: #616161. Windows color (decimal): -10007601 or 13585255. OLE color: 13585255.
HSL color Cylindrical-coordinate representation of color #674BCF: hue angle of 252.73º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #674BCF is Cyan = 0.50, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 103 | 75 | 207 | - |
| CMYK | 0.50 | 0.64 | 0 | 0.19 |
| HSL | 252.73º | 0.58% | 0.55% | - |
| HSV(B) | 252.73º | 0.64% | 0.81% | - |
| XYZ | 19.37 | 12.42 | 60.41 | - |
| YUV | 98.42 | 189.28 | 131.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 75 | 207 | 0.50 | 0.64 | 0 | 0.19 | 252.73 | 0.58 | 0.55 |
| Hex | 67 | 4B | CF | 32 | 40 | 0 | 13 | FD | 3A | 37 |
| Octal | 147 | 113 | 317 | 62 | 100 | 0 | 23 | 375 | 72 | 67 |
| Binary | 1100111 | 1001011 | 11001111 | 110010 | 1000000 | 0 | 10011 | 11111101 | 111010 | 110111 |
Color Harmonies of #674BCF
Complementary color
Monochromatic Colors of #674BCF
Black with #674BCF
Text Example
Text Example
White with #674BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674BCF; }
p { color: rgb(103,75,207); }
H1.HeaderClassName
{
color: #674BCF;
}
.AnyTagClassName
{
color: #674BCF;
}
</style>
background-color css
<style>
a { background-color: #674BCF; }
a { background-color: rgb(103,75,207); }
div.DivClassName
{
background-color: #674BCF;
}
.BgClassName
{
background-color: #674BCF;
}
</style>
border-color css
<style>
span { border-color: #674BCF; }
span { border-color: rgb(103,75,207); }
td.TdClassName
{
border-color: #674BCF;
}
.TagClassName
{
border-color: #674BCF;
}
</style>