Shades of Slate Blue #694DC1
Tints of Slate Blue #694DC1
RGB
CMYK
RGB Variations
Color information
#694DC1 (or 0x694DC1) is known color: Slate Blue. HEX triplet: 69, 4D and C1. RGB value is (105,77,193). Sum of RGB (Red+Green+Blue) = 105+77+193=375 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28% from 375); Green value is 77 (30.47% from 255 or 20.53% from 375); Blue value is 193 (75.78% from 255 or 51.47% from 375); Max value from RGB is 193 - color contains mainly: blue. Hex color #694DC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #694DC1 is #96B23E. Grayscale: #626262. Windows color (decimal): -9876031 or 12668265. OLE color: 12668265.
HSL color Cylindrical-coordinate representation of color #694DC1: hue angle of 254.48º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #694DC1 is Cyan = 0.46, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 105 | 77 | 193 | - |
| CMYK | 0.46 | 0.60 | 0 | 0.24 |
| HSL | 254.48º | 0.48% | 0.53% | - |
| HSV(B) | 254.48º | 0.6% | 0.76% | - |
| XYZ | 18.11 | 12.16 | 51.85 | - |
| YUV | 98.6 | 181.28 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 77 | 193 | 0.46 | 0.60 | 0 | 0.24 | 254.48 | 0.48 | 0.53 |
| Hex | 69 | 4D | C1 | 2E | 3C | 0 | 18 | FE | 30 | 35 |
| Octal | 151 | 115 | 301 | 56 | 74 | 0 | 30 | 376 | 60 | 65 |
| Binary | 1101001 | 1001101 | 11000001 | 101110 | 111100 | 0 | 11000 | 11111110 | 110000 | 110101 |
Color Harmonies of #694DC1
Complementary color
Monochromatic Colors of #694DC1
Black with #694DC1
Text Example
Text Example
White with #694DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694DC1; }
p { color: rgb(105,77,193); }
H1.HeaderClassName
{
color: #694DC1;
}
.AnyTagClassName
{
color: #694DC1;
}
</style>
background-color css
<style>
a { background-color: #694DC1; }
a { background-color: rgb(105,77,193); }
div.DivClassName
{
background-color: #694DC1;
}
.BgClassName
{
background-color: #694DC1;
}
</style>
border-color css
<style>
span { border-color: #694DC1; }
span { border-color: rgb(105,77,193); }
td.TdClassName
{
border-color: #694DC1;
}
.TagClassName
{
border-color: #694DC1;
}
</style>