#694EC9

Color #694EC9 Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #694EC9

Tints of Slate Blue #694EC9

Color information

#694EC9 (or 0x694EC9) is unknown color: approx Slate Blue. HEX triplet: 69, 4E and C9. RGB value is (105,78,201). Sum of RGB (Red+Green+Blue) = 105+78+201=384 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.34% from 384); Green value is 78 (30.86% from 255 or 20.31% from 384); Blue value is 201 (78.91% from 255 or 52.34% from 384); Max value from RGB is 201 - color contains mainly: blue. Hex color #694EC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #694EC9 is #96B136. Grayscale: #636363. Windows color (decimal): -9875767 or 13192809. OLE color: 13192809.

HSL color Cylindrical-coordinate representation of color #694EC9: hue angle of 253.17º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #694EC9 is Cyan = 0.48, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB10578201-
CMYK0.480.6100.21
HSL253.17º53.25%54.71%-
HSV(B)253.17º61.19%78.82%-
XYZ19.0912.6756.7-
YUV100.1184.95131.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 105 (41.41% from 255) = 27.34%
GREEN value IS 78 (30.86% from 255) = 20.31%
BLUE value IS 201 (78.91% from 255) = 52.34%
R=27.34%
G=20.31%
B=52.34%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal105782010.480.6100.21253.1753.2554.71
Hex694EC9303D015fd3537
Octal15111631160750253756567
Binary110100110011101100100111000011110101010111111101110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694EC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694EC9; }

 p { color: rgb(105,78,201); }

 H1.HeaderClassName
 {
   color: #694EC9;
 }
 .AnyTagClassName
 {
   color: #694EC9;
 }
</style>
background-color css

<style>
 a { background-color: #694EC9; }

 a { background-color: rgb(105,78,201); }

 div.DivClassName
 {
   background-color: #694EC9;
 }
 .BgClassName
 {
   background-color: #694EC9;
 }
</style>
border-color css

<style>
 span { border-color: #694EC9; }

 span { border-color: rgb(105,78,201); }

 td.TdClassName
 {
   border-color: #694EC9;
 }
 .TagClassName
 {
   border-color: #694EC9;
 }
</style>