#694CD5

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

Shades of Slate Blue #694CD5

Tints of Slate Blue #694CD5

Color information

#694CD5 (or 0x694CD5) is unknown color: approx Slate Blue. HEX triplet: 69, 4C and D5. RGB value is (105,76,213). Sum of RGB (Red+Green+Blue) = 105+76+213=394 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.65% from 394); Green value is 76 (30.08% from 255 or 19.29% from 394); Blue value is 213 (83.59% from 255 or 54.06% from 394); Max value from RGB is 213 - color contains mainly: blue. Hex color #694CD5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #694CD5 is #96B32A. Grayscale: #636363. Windows color (decimal): -9876267 or 13978729. OLE color: 13978729.

HSL color Cylindrical-coordinate representation of color #694CD5: hue angle of 252.7º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #694CD5 is Cyan = 0.51, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB10576213-
CMYK0.510.6400.16
HSL252.7º61.99%56.67%-
HSV(B)252.7º64.32%83.53%-
XYZ20.4212.9864.38-
YUV100.29191.61131.36-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.65%
GREEN value IS 76 (30.08% from 255) = 19.29%
BLUE value IS 213 (83.59% from 255) = 54.06%
R=26.65%
G=19.29%
B=54.06%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal105762130.510.6400.16252.761.9956.67
Hex694CD53340010fd3e39
Octal151114325631000203757671
Binary1101001100110011010101110011100000001000011111101111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694CD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,76,213); }

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

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

 a { background-color: rgb(105,76,213); }

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

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

 span { border-color: rgb(105,76,213); }

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