Shades of Slate Blue #694CC7
Tints of Slate Blue #694CC7
RGB
CMYK
RGB Variations
Color information
#694CC7 (or 0x694CC7) is known color: Slate Blue. HEX triplet: 69, 4C and C7. RGB value is (105,76,199). Sum of RGB (Red+Green+Blue) = 105+76+199=380 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.63% from 380); Green value is 76 (30.08% from 255 or 20% from 380); Blue value is 199 (78.12% from 255 or 52.37% from 380); Max value from RGB is 199 - color contains mainly: blue. Hex color #694CC7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #694CC7 is #96B338. Grayscale: #626262. Windows color (decimal): -9876281 or 13061225. OLE color: 13061225.
HSL color Cylindrical-coordinate representation of color #694CC7: hue angle of 254.15º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #694CC7 is Cyan = 0.47, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 105 | 76 | 199 | - |
| CMYK | 0.47 | 0.62 | 0 | 0.22 |
| HSL | 254.15º | 0.52% | 0.54% | - |
| HSV(B) | 254.15º | 0.62% | 0.78% | - |
| XYZ | 18.72 | 12.3 | 55.42 | - |
| YUV | 98.69 | 184.61 | 132.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 76 | 199 | 0.47 | 0.62 | 0 | 0.22 | 254.15 | 0.52 | 0.54 |
| Hex | 69 | 4C | C7 | 2F | 3E | 0 | 16 | FE | 34 | 36 |
| Octal | 151 | 114 | 307 | 57 | 76 | 0 | 26 | 376 | 64 | 66 |
| Binary | 1101001 | 1001100 | 11000111 | 101111 | 111110 | 0 | 10110 | 11111110 | 110100 | 110110 |
Color Harmonies of #694CC7
Complementary color
Monochromatic Colors of #694CC7
Black with #694CC7
Text Example
Text Example
White with #694CC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694CC7; }
p { color: rgb(105,76,199); }
H1.HeaderClassName
{
color: #694CC7;
}
.AnyTagClassName
{
color: #694CC7;
}
</style>
background-color css
<style>
a { background-color: #694CC7; }
a { background-color: rgb(105,76,199); }
div.DivClassName
{
background-color: #694CC7;
}
.BgClassName
{
background-color: #694CC7;
}
</style>
border-color css
<style>
span { border-color: #694CC7; }
span { border-color: rgb(105,76,199); }
td.TdClassName
{
border-color: #694CC7;
}
.TagClassName
{
border-color: #694CC7;
}
</style>