#5E69D1

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

Shades of Slate Blue #5E69D1

Tints of Slate Blue #5E69D1

Color information

#5E69D1 (or 0x5E69D1) is unknown color: approx Slate Blue. HEX triplet: 5E, 69 and D1. RGB value is (94,105,209). Sum of RGB (Red+Green+Blue) = 94+105+209=408 (54% of max value = 765). Red value is 94 (37.11% from 255 or 23.04% from 408); Green value is 105 (41.41% from 255 or 25.74% from 408); Blue value is 209 (82.03% from 255 or 51.23% from 408); Max value from RGB is 209 - color contains mainly: blue. Hex color #5E69D1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E69D1 is #A1962E. Grayscale: #717171. Windows color (decimal): -10589743 or 13723998. OLE color: 13723998.

HSL color Cylindrical-coordinate representation of color #5E69D1: hue angle of 234.26º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5E69D1 is Cyan = 0.55, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB94105209-
CMYK0.550.5000.18
HSL234.26º55.56%59.41%-
HSV(B)234.26º55.02%81.96%-
XYZ21.1817.0962.5-
YUV113.57181.86114.04-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 23.04%
GREEN value IS 105 (41.41% from 255) = 25.74%
BLUE value IS 209 (82.03% from 255) = 51.23%
R=23.04%
G=25.74%
B=51.23%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal941052090.550.5000.18234.2655.5659.41
Hex5E69D13732012ea383b
Octal13615132167620223527073
Binary101111011010011101000111011111001001001011101010111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E69D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5E69D1; }

 p { color: rgb(94,105,209); }

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

<style>
 a { background-color: #5E69D1; }

 a { background-color: rgb(94,105,209); }

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

<style>
 span { border-color: #5E69D1; }

 span { border-color: rgb(94,105,209); }

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