#694AE6

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

Shades of Slate Blue #694AE6

Tints of Slate Blue #694AE6

Color information

#694AE6 (or 0x694AE6) is unknown color: approx Slate Blue. HEX triplet: 69, 4A and E6. RGB value is (105,74,230). Sum of RGB (Red+Green+Blue) = 105+74+230=409 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.67% from 409); Green value is 74 (29.30% from 255 or 18.09% from 409); Blue value is 230 (90.23% from 255 or 56.23% from 409); Max value from RGB is 230 - color contains mainly: blue. Hex color #694AE6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #694AE6 is #96B519. Grayscale: #646464. Windows color (decimal): -9876762 or 15092329. OLE color: 15092329.

HSL color Cylindrical-coordinate representation of color #694AE6: hue angle of 251.92º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #694AE6 is Cyan = 0.54, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB10574230-
CMYK0.540.6800.10
HSL251.92º75.73%59.61%-
HSV(B)251.92º67.83%90.2%-
XYZ22.5613.6176.3-
YUV101.05200.77130.82-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.67%
GREEN value IS 74 (29.30% from 255) = 18.09%
BLUE value IS 230 (90.23% from 255) = 56.23%
R=25.67%
G=18.09%
B=56.23%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal105742300.540.6800.10251.9275.7359.61
Hex694AE636440Afc4c3c
Octal1511123466610401237411474
Binary1101001100101011100110110110100010001010111111001001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694AE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,74,230); }

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

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

 a { background-color: rgb(105,74,230); }

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

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

 span { border-color: rgb(105,74,230); }

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