#6340DB

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

Shades of Slate Blue #6340DB

Tints of Slate Blue #6340DB

Color information

#6340DB (or 0x6340DB) is unknown color: approx Slate Blue. HEX triplet: 63, 40 and DB. RGB value is (99,64,219). Sum of RGB (Red+Green+Blue) = 99+64+219=382 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.92% from 382); Green value is 64 (25.39% from 255 or 16.75% from 382); Blue value is 219 (85.94% from 255 or 57.33% from 382); Max value from RGB is 219 - color contains mainly: blue. Hex color #6340DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6340DB is #9CBF24. Grayscale: #5B5B5B. Windows color (decimal): -10272549 or 14368867. OLE color: 14368867.

HSL color Cylindrical-coordinate representation of color #6340DB: hue angle of 253.55º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6340DB is Cyan = 0.55, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB9964219-
CMYK0.550.7100.14
HSL253.55º68.28%55.49%-
HSV(B)253.55º70.78%85.88%-
XYZ19.7711.4368.18-
YUV92.14199.6132.9-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25.92%
GREEN value IS 64 (25.39% from 255) = 16.75%
BLUE value IS 219 (85.94% from 255) = 57.33%
R=25.92%
G=16.75%
B=57.33%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal99642190.550.7100.14253.5568.2855.49
Hex6340DB37470Efe4437
Octal1431003336710701637610467
Binary1100011100000011011011110111100011101110111111101000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6340DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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