#694CE3

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

Shades of Slate Blue #694CE3

Tints of Slate Blue #694CE3

Color information

#694CE3 (or 0x694CE3) is unknown color: approx Slate Blue. HEX triplet: 69, 4C and E3. RGB value is (105,76,227). Sum of RGB (Red+Green+Blue) = 105+76+227=408 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.74% from 408); Green value is 76 (30.08% from 255 or 18.63% from 408); Blue value is 227 (89.06% from 255 or 55.64% from 408); Max value from RGB is 227 - color contains mainly: blue. Hex color #694CE3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #694CE3 is #96B31C. Grayscale: #656565. Windows color (decimal): -9876253 or 14896233. OLE color: 14896233.

HSL color Cylindrical-coordinate representation of color #694CE3: hue angle of 251.52º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #694CE3 is Cyan = 0.54, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB10576227-
CMYK0.540.6700.11
HSL251.52º72.95%59.41%-
HSV(B)251.52º66.52%89.02%-
XYZ22.2813.7274.15-
YUV101.88198.61130.22-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.74%
GREEN value IS 76 (30.08% from 255) = 18.63%
BLUE value IS 227 (89.06% from 255) = 55.64%
R=25.74%
G=18.63%
B=55.64%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal105762270.540.6700.11251.5272.9559.41
Hex694CE336430Bfc493b
Octal1511143436610301337411173
Binary1101001100110011100011110110100001101011111111001001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694CE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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