#694EE9

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

Shades of Slate Blue #694EE9

Tints of Slate Blue #694EE9

Color information

#694EE9 (or 0x694EE9) is unknown color: approx Slate Blue. HEX triplet: 69, 4E and E9. RGB value is (105,78,233). Sum of RGB (Red+Green+Blue) = 105+78+233=416 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.24% from 416); Green value is 78 (30.86% from 255 or 18.75% from 416); Blue value is 233 (91.41% from 255 or 56.01% from 416); Max value from RGB is 233 - color contains mainly: blue. Hex color #694EE9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #694EE9 is #96B116. Grayscale: #676767. Windows color (decimal): -9875735 or 15289961. OLE color: 15289961.

HSL color Cylindrical-coordinate representation of color #694EE9: hue angle of 250.45º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #694EE9 is Cyan = 0.55, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB10578233-
CMYK0.550.6700.09
HSL250.45º77.89%60.98%-
HSV(B)250.45º66.52%91.37%-
XYZ23.2614.3478.63-
YUV103.74200.95128.9-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.24%
GREEN value IS 78 (30.86% from 255) = 18.75%
BLUE value IS 233 (91.41% from 255) = 56.01%
R=25.24%
G=18.75%
B=56.01%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal105782330.550.6700.09250.4577.8960.98
Hex694EE9374309fa4e3d
Octal1511163516710301137211675
Binary1101001100111011101001110111100001101001111110101001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694EE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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