Shades of Slate Blue #694FE8
Tints of Slate Blue #694FE8
RGB
CMYK
RGB Variations
Color information
#694FE8 (or 0x694FE8) is known color: Slate Blue. HEX triplet: 69, 4F and E8. RGB value is (105,79,232). Sum of RGB (Red+Green+Blue) = 105+79+232=416 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.24% from 416); Green value is 79 (31.25% from 255 or 18.99% from 416); Blue value is 232 (91.02% from 255 or 55.77% from 416); Max value from RGB is 232 - color contains mainly: blue. Hex color #694FE8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #694FE8 is #96B017. Grayscale: #676767. Windows color (decimal): -9875480 or 15224681. OLE color: 15224681.
HSL color Cylindrical-coordinate representation of color #694FE8: hue angle of 250.2º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #694FE8 is Cyan = 0.55, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 105 | 79 | 232 | - |
| CMYK | 0.55 | 0.66 | 0 | 0.09 |
| HSL | 250.2º | 0.77% | 0.61% | - |
| HSV(B) | 250.2º | 0.66% | 0.91% | - |
| XYZ | 23.19 | 14.42 | 77.91 | - |
| YUV | 104.22 | 200.11 | 128.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 79 | 232 | 0.55 | 0.66 | 0 | 0.09 | 250.2 | 0.77 | 0.61 |
| Hex | 69 | 4F | E8 | 37 | 42 | 0 | 9 | FA | 4D | 3D |
| Octal | 151 | 117 | 350 | 67 | 102 | 0 | 11 | 372 | 115 | 75 |
| Binary | 1101001 | 1001111 | 11101000 | 110111 | 1000010 | 0 | 1001 | 11111010 | 1001101 | 111101 |
Color Harmonies of #694FE8
Complementary color
Monochromatic Colors of #694FE8
Black with #694FE8
Text Example
Text Example
White with #694FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694FE8; }
p { color: rgb(105,79,232); }
H1.HeaderClassName
{
color: #694FE8;
}
.AnyTagClassName
{
color: #694FE8;
}
</style>
background-color css
<style>
a { background-color: #694FE8; }
a { background-color: rgb(105,79,232); }
div.DivClassName
{
background-color: #694FE8;
}
.BgClassName
{
background-color: #694FE8;
}
</style>
border-color css
<style>
span { border-color: #694FE8; }
span { border-color: rgb(105,79,232); }
td.TdClassName
{
border-color: #694FE8;
}
.TagClassName
{
border-color: #694FE8;
}
</style>