#694ED6

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

Shades of Slate Blue #694ED6

Tints of Slate Blue #694ED6

Color information

#694ED6 (or 0x694ED6) is unknown color: approx Slate Blue. HEX triplet: 69, 4E and D6. RGB value is (105,78,214). Sum of RGB (Red+Green+Blue) = 105+78+214=397 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.45% from 397); Green value is 78 (30.86% from 255 or 19.65% from 397); Blue value is 214 (83.98% from 255 or 53.90% from 397); Max value from RGB is 214 - color contains mainly: blue. Hex color #694ED6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #694ED6 is #96B129. Grayscale: #656565. Windows color (decimal): -9875754 or 14044777. OLE color: 14044777.

HSL color Cylindrical-coordinate representation of color #694ED6: hue angle of 251.91º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #694ED6 is Cyan = 0.51, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB10578214-
CMYK0.510.6400.16
HSL251.91º62.39%57.25%-
HSV(B)251.91º63.55%83.92%-
XYZ20.6913.3165.1-
YUV101.58191.45130.44-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.45%
GREEN value IS 78 (30.86% from 255) = 19.65%
BLUE value IS 214 (83.98% from 255) = 53.90%
R=26.45%
G=19.65%
B=53.90%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal105782140.510.6400.16251.9162.3957.25
Hex694ED63340010fc3e39
Octal151116326631000203747671
Binary1101001100111011010110110011100000001000011111100111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694ED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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