Shades of Slate Blue #694CEA
Tints of Slate Blue #694CEA
RGB
CMYK
RGB Variations
Color information
#694CEA (or 0x694CEA) is known color: Slate Blue. HEX triplet: 69, 4C and EA. RGB value is (105,76,234). Sum of RGB (Red+Green+Blue) = 105+76+234=415 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.30% from 415); Green value is 76 (30.08% from 255 or 18.31% from 415); Blue value is 234 (91.80% from 255 or 56.39% from 415); Max value from RGB is 234 - color contains mainly: blue. Hex color #694CEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #694CEA is #96B315. Grayscale: #666666. Windows color (decimal): -9876246 or 15354985. OLE color: 15354985.
HSL color Cylindrical-coordinate representation of color #694CEA: hue angle of 251.01º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #694CEA is Cyan = 0.55, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 105 | 76 | 234 | - |
| CMYK | 0.55 | 0.68 | 0 | 0.08 |
| HSL | 251.01º | 0.79% | 0.61% | - |
| HSV(B) | 251.01º | 0.68% | 0.92% | - |
| XYZ | 23.26 | 14.11 | 79.34 | - |
| YUV | 102.68 | 202.11 | 129.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 76 | 234 | 0.55 | 0.68 | 0 | 0.08 | 251.01 | 0.79 | 0.61 |
| Hex | 69 | 4C | EA | 37 | 44 | 0 | 8 | FB | 4F | 3D |
| Octal | 151 | 114 | 352 | 67 | 104 | 0 | 10 | 373 | 117 | 75 |
| Binary | 1101001 | 1001100 | 11101010 | 110111 | 1000100 | 0 | 1000 | 11111011 | 1001111 | 111101 |
Color Harmonies of #694CEA
Complementary color
Monochromatic Colors of #694CEA
Black with #694CEA
Text Example
Text Example
White with #694CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694CEA; }
p { color: rgb(105,76,234); }
H1.HeaderClassName
{
color: #694CEA;
}
.AnyTagClassName
{
color: #694CEA;
}
</style>
background-color css
<style>
a { background-color: #694CEA; }
a { background-color: rgb(105,76,234); }
div.DivClassName
{
background-color: #694CEA;
}
.BgClassName
{
background-color: #694CEA;
}
</style>
border-color css
<style>
span { border-color: #694CEA; }
span { border-color: rgb(105,76,234); }
td.TdClassName
{
border-color: #694CEA;
}
.TagClassName
{
border-color: #694CEA;
}
</style>