#694DE1

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

Shades of Slate Blue #694DE1

Tints of Slate Blue #694DE1

Color information

#694DE1 (or 0x694DE1) is unknown color: approx Slate Blue. HEX triplet: 69, 4D and E1. RGB value is (105,77,225). Sum of RGB (Red+Green+Blue) = 105+77+225=407 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.80% from 407); Green value is 77 (30.47% from 255 or 18.92% from 407); Blue value is 225 (88.28% from 255 or 55.28% from 407); Max value from RGB is 225 - color contains mainly: blue. Hex color #694DE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #694DE1 is #96B21E. Grayscale: #656565. Windows color (decimal): -9875999 or 14765417. OLE color: 14765417.

HSL color Cylindrical-coordinate representation of color #694DE1: hue angle of 251.35º degrees, saturation: 0.71, 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 #694DE1 is Cyan = 0.53, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB10577225-
CMYK0.530.6600.12
HSL251.35º71.15%59.22%-
HSV(B)251.35º65.78%88.24%-
XYZ22.0713.7572.72-
YUV102.24197.28129.97-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.80%
GREEN value IS 77 (30.47% from 255) = 18.92%
BLUE value IS 225 (88.28% from 255) = 55.28%
R=25.80%
G=18.92%
B=55.28%

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
Decimal105772250.530.6600.12251.3571.1559.22
Hex694DE135420Cfb473b
Octal1511153416510201437310773
Binary1101001100110111100001110101100001001100111110111000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694DE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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