Shades of Slate Blue #694FC2
Tints of Slate Blue #694FC2
RGB
CMYK
RGB Variations
Color information
#694FC2 (or 0x694FC2) is known color: Slate Blue. HEX triplet: 69, 4F and C2. RGB value is (105,79,194). Sum of RGB (Red+Green+Blue) = 105+79+194=378 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.78% from 378); Green value is 79 (31.25% from 255 or 20.90% from 378); Blue value is 194 (76.17% from 255 or 51.32% from 378); Max value from RGB is 194 - color contains mainly: blue. Hex color #694FC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #694FC2 is #96B03D. Grayscale: #636363. Windows color (decimal): -9875518 or 12734313. OLE color: 12734313.
HSL color Cylindrical-coordinate representation of color #694FC2: hue angle of 253.57º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #694FC2 is Cyan = 0.46, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 105 | 79 | 194 | - |
| CMYK | 0.46 | 0.59 | 0 | 0.24 |
| HSL | 253.57º | 0.49% | 0.54% | - |
| HSV(B) | 253.57º | 0.59% | 0.76% | - |
| XYZ | 18.36 | 12.49 | 52.48 | - |
| YUV | 99.88 | 181.11 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 79 | 194 | 0.46 | 0.59 | 0 | 0.24 | 253.57 | 0.49 | 0.54 |
| Hex | 69 | 4F | C2 | 2E | 3B | 0 | 18 | FE | 31 | 36 |
| Octal | 151 | 117 | 302 | 56 | 73 | 0 | 30 | 376 | 61 | 66 |
| Binary | 1101001 | 1001111 | 11000010 | 101110 | 111011 | 0 | 11000 | 11111110 | 110001 | 110110 |
Color Harmonies of #694FC2
Complementary color
Monochromatic Colors of #694FC2
Black with #694FC2
Text Example
Text Example
White with #694FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694FC2; }
p { color: rgb(105,79,194); }
H1.HeaderClassName
{
color: #694FC2;
}
.AnyTagClassName
{
color: #694FC2;
}
</style>
background-color css
<style>
a { background-color: #694FC2; }
a { background-color: rgb(105,79,194); }
div.DivClassName
{
background-color: #694FC2;
}
.BgClassName
{
background-color: #694FC2;
}
</style>
border-color css
<style>
span { border-color: #694FC2; }
span { border-color: rgb(105,79,194); }
td.TdClassName
{
border-color: #694FC2;
}
.TagClassName
{
border-color: #694FC2;
}
</style>