#694ED0

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

Shades of Slate Blue #694ED0

Tints of Slate Blue #694ED0

Color information

#694ED0 (or 0x694ED0) is unknown color: approx Slate Blue. HEX triplet: 69, 4E and D0. RGB value is (105,78,208). Sum of RGB (Red+Green+Blue) = 105+78+208=391 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.85% from 391); Green value is 78 (30.86% from 255 or 19.95% from 391); Blue value is 208 (81.64% from 255 or 53.20% from 391); Max value from RGB is 208 - color contains mainly: blue. Hex color #694ED0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #694ED0 is #96B12F. Grayscale: #646464. Windows color (decimal): -9875760 or 13651561. OLE color: 13651561.

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

Color convert

RGB10578208-
CMYK0.500.6200.18
HSL252.46º58.04%56.08%-
HSV(B)252.46º62.5%81.57%-
XYZ19.9413.0161.13-
YUV100.89188.45130.93-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.85%
GREEN value IS 78 (30.86% from 255) = 19.95%
BLUE value IS 208 (81.64% from 255) = 53.20%
R=26.85%
G=19.95%
B=53.20%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal105782080.500.6200.18252.4658.0456.08
Hex694ED0323E012fc3a38
Octal15111632062760223747270
Binary110100110011101101000011001011111001001011111100111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694ED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,78,208); }

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

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

 a { background-color: rgb(105,78,208); }

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

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

 span { border-color: rgb(105,78,208); }

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