#6340D7

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

Shades of Slate Blue #6340D7

Tints of Slate Blue #6340D7

Color information

#6340D7 (or 0x6340D7) is unknown color: approx Slate Blue. HEX triplet: 63, 40 and D7. RGB value is (99,64,215). Sum of RGB (Red+Green+Blue) = 99+64+215=378 (50% of max value = 765). Red value is 99 (39.06% from 255 or 26.19% from 378); Green value is 64 (25.39% from 255 or 16.93% from 378); Blue value is 215 (84.38% from 255 or 56.88% from 378); Max value from RGB is 215 - color contains mainly: blue. Hex color #6340D7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6340D7 is #9CBF28. Grayscale: #5B5B5B. Windows color (decimal): -10272553 or 14106723. OLE color: 14106723.

HSL color Cylindrical-coordinate representation of color #6340D7: hue angle of 253.91º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6340D7 is Cyan = 0.54, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB9964215-
CMYK0.540.7000.16
HSL253.91º65.37%54.71%-
HSV(B)253.91º70.23%84.31%-
XYZ19.2411.2365.44-
YUV91.68197.6133.22-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.19%
GREEN value IS 64 (25.39% from 255) = 16.93%
BLUE value IS 215 (84.38% from 255) = 56.88%
R=26.19%
G=16.93%
B=56.88%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal99642150.540.7000.16253.9165.3754.71
Hex6340D73646010fe4137
Octal1431003276610602037610167
Binary11000111000000110101111101101000110010000111111101000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6340D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6340D7; }

 p { color: rgb(99,64,215); }

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

<style>
 a { background-color: #6340D7; }

 a { background-color: rgb(99,64,215); }

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

<style>
 span { border-color: #6340D7; }

 span { border-color: rgb(99,64,215); }

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