Shades of Slate Blue #694FC1
Tints of Slate Blue #694FC1
RGB
CMYK
RGB Variations
Color information
#694FC1 (or 0x694FC1) is known color: Slate Blue. HEX triplet: 69, 4F and C1. RGB value is (105,79,193). Sum of RGB (Red+Green+Blue) = 105+79+193=377 (49% of max value = 765). Red value is 105 (41.41% from 255 or 27.85% from 377); Green value is 79 (31.25% from 255 or 20.95% from 377); Blue value is 193 (75.78% from 255 or 51.19% from 377); Max value from RGB is 193 - color contains mainly: blue. Hex color #694FC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #694FC1 is #96B03E. Grayscale: #636363. Windows color (decimal): -9875519 or 12668777. OLE color: 12668777.
HSL color Cylindrical-coordinate representation of color #694FC1: hue angle of 253.68º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #694FC1 is Cyan = 0.46, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 105 | 79 | 193 | - |
| CMYK | 0.46 | 0.59 | 0 | 0.24 |
| HSL | 253.68º | 0.48% | 0.53% | - |
| HSV(B) | 253.68º | 0.59% | 0.76% | - |
| XYZ | 18.25 | 12.45 | 51.89 | - |
| YUV | 99.77 | 180.61 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 79 | 193 | 0.46 | 0.59 | 0 | 0.24 | 253.68 | 0.48 | 0.53 |
| Hex | 69 | 4F | C1 | 2E | 3B | 0 | 18 | FE | 30 | 35 |
| Octal | 151 | 117 | 301 | 56 | 73 | 0 | 30 | 376 | 60 | 65 |
| Binary | 1101001 | 1001111 | 11000001 | 101110 | 111011 | 0 | 11000 | 11111110 | 110000 | 110101 |
Color Harmonies of #694FC1
Complementary color
Monochromatic Colors of #694FC1
Black with #694FC1
Text Example
Text Example
White with #694FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694FC1; }
p { color: rgb(105,79,193); }
H1.HeaderClassName
{
color: #694FC1;
}
.AnyTagClassName
{
color: #694FC1;
}
</style>
background-color css
<style>
a { background-color: #694FC1; }
a { background-color: rgb(105,79,193); }
div.DivClassName
{
background-color: #694FC1;
}
.BgClassName
{
background-color: #694FC1;
}
</style>
border-color css
<style>
span { border-color: #694FC1; }
span { border-color: rgb(105,79,193); }
td.TdClassName
{
border-color: #694FC1;
}
.TagClassName
{
border-color: #694FC1;
}
</style>