#694AD0

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

Shades of Slate Blue #694AD0

Tints of Slate Blue #694AD0

Color information

#694AD0 (or 0x694AD0) is unknown color: approx Slate Blue. HEX triplet: 69, 4A and D0. RGB value is (105,74,208). Sum of RGB (Red+Green+Blue) = 105+74+208=387 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.13% from 387); Green value is 74 (29.30% from 255 or 19.12% from 387); Blue value is 208 (81.64% from 255 or 53.75% from 387); Max value from RGB is 208 - color contains mainly: blue. Hex color #694AD0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #694AD0 is #96B52F. Grayscale: #626262. Windows color (decimal): -9876784 or 13650537. OLE color: 13650537.

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

Color convert

RGB10574208-
CMYK0.500.6400.18
HSL253.88º58.77%55.29%-
HSV(B)253.88º64.42%81.57%-
XYZ19.6612.4561.04-
YUV98.54189.77132.6-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.13%
GREEN value IS 74 (29.30% from 255) = 19.12%
BLUE value IS 208 (81.64% from 255) = 53.75%
R=27.13%
G=19.12%
B=53.75%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal105742080.500.6400.18253.8858.7755.29
Hex694AD03240012fe3b37
Octal151112320621000223767367
Binary1101001100101011010000110010100000001001011111110111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694AD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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