#694AE1

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

Shades of Slate Blue #694AE1

Tints of Slate Blue #694AE1

Color information

#694AE1 (or 0x694AE1) is unknown color: approx Slate Blue. HEX triplet: 69, 4A and E1. RGB value is (105,74,225). Sum of RGB (Red+Green+Blue) = 105+74+225=404 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.99% from 404); Green value is 74 (29.30% from 255 or 18.32% from 404); Blue value is 225 (88.28% from 255 or 55.69% from 404); Max value from RGB is 225 - color contains mainly: blue. Hex color #694AE1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #694AE1 is #96B51E. Grayscale: #636363. Windows color (decimal): -9876767 or 14764649. OLE color: 14764649.

HSL color Cylindrical-coordinate representation of color #694AE1: hue angle of 252.32º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #694AE1 is Cyan = 0.53, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB10574225-
CMYK0.530.6700.12
HSL252.32º71.56%58.63%-
HSV(B)252.32º67.11%88.24%-
XYZ21.8713.3472.66-
YUV100.48198.27131.22-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.99%
GREEN value IS 74 (29.30% from 255) = 18.32%
BLUE value IS 225 (88.28% from 255) = 55.69%
R=25.99%
G=18.32%
B=55.69%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal105742250.530.6700.12252.3271.5658.63
Hex694AE135430Cfc483b
Octal1511123416510301437411073
Binary1101001100101011100001110101100001101100111111001001000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694AE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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