Shades of Slate Blue #694DC2
Tints of Slate Blue #694DC2
RGB
CMYK
RGB Variations
Color information
#694DC2 (or 0x694DC2) is known color: Slate Blue. HEX triplet: 69, 4D and C2. RGB value is (105,77,194). Sum of RGB (Red+Green+Blue) = 105+77+194=376 (49% of max value = 765). Red value is 105 (41.41% from 255 or 27.93% from 376); Green value is 77 (30.47% from 255 or 20.48% from 376); Blue value is 194 (76.17% from 255 or 51.60% from 376); Max value from RGB is 194 - color contains mainly: blue. Hex color #694DC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #694DC2 is #96B23D. Grayscale: #626262. Windows color (decimal): -9876030 or 12733801. OLE color: 12733801.
HSL color Cylindrical-coordinate representation of color #694DC2: hue angle of 254.36º degrees, saturation: 0.49, 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 #694DC2 is Cyan = 0.46, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 105 | 77 | 194 | - |
| CMYK | 0.46 | 0.60 | 0 | 0.24 |
| HSL | 254.36º | 0.49% | 0.53% | - |
| HSV(B) | 254.36º | 0.6% | 0.76% | - |
| XYZ | 18.22 | 12.21 | 52.43 | - |
| YUV | 98.71 | 181.78 | 132.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 77 | 194 | 0.46 | 0.60 | 0 | 0.24 | 254.36 | 0.49 | 0.53 |
| Hex | 69 | 4D | C2 | 2E | 3C | 0 | 18 | FE | 31 | 35 |
| Octal | 151 | 115 | 302 | 56 | 74 | 0 | 30 | 376 | 61 | 65 |
| Binary | 1101001 | 1001101 | 11000010 | 101110 | 111100 | 0 | 11000 | 11111110 | 110001 | 110101 |
Color Harmonies of #694DC2
Complementary color
Monochromatic Colors of #694DC2
Black with #694DC2
Text Example
Text Example
White with #694DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694DC2; }
p { color: rgb(105,77,194); }
H1.HeaderClassName
{
color: #694DC2;
}
.AnyTagClassName
{
color: #694DC2;
}
</style>
background-color css
<style>
a { background-color: #694DC2; }
a { background-color: rgb(105,77,194); }
div.DivClassName
{
background-color: #694DC2;
}
.BgClassName
{
background-color: #694DC2;
}
</style>
border-color css
<style>
span { border-color: #694DC2; }
span { border-color: rgb(105,77,194); }
td.TdClassName
{
border-color: #694DC2;
}
.TagClassName
{
border-color: #694DC2;
}
</style>