#694DE0

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

Shades of Slate Blue #694DE0

Tints of Slate Blue #694DE0

Color information

#694DE0 (or 0x694DE0) is unknown color: approx Slate Blue. HEX triplet: 69, 4D and E0. RGB value is (105,77,224). Sum of RGB (Red+Green+Blue) = 105+77+224=406 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.86% from 406); Green value is 77 (30.47% from 255 or 18.97% from 406); Blue value is 224 (87.89% from 255 or 55.17% from 406); Max value from RGB is 224 - color contains mainly: blue. Hex color #694DE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #694DE0 is #96B21F. Grayscale: #656565. Windows color (decimal): -9876000 or 14699881. OLE color: 14699881.

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

Color convert

RGB10577224-
CMYK0.530.6600.12
HSL251.43º70.33%59.02%-
HSV(B)251.43º65.62%87.84%-
XYZ21.9313.6972.01-
YUV102.13196.78130.05-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.86%
GREEN value IS 77 (30.47% from 255) = 18.97%
BLUE value IS 224 (87.89% from 255) = 55.17%
R=25.86%
G=18.97%
B=55.17%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal105772240.530.6600.12251.4370.3359.02
Hex694DE035420Cfb463b
Octal1511153406510201437310673
Binary1101001100110111100000110101100001001100111110111000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,77,224); }

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

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

 a { background-color: rgb(105,77,224); }

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

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

 span { border-color: rgb(105,77,224); }

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