#6440DB

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

Shades of Slate Blue #6440DB

Tints of Slate Blue #6440DB

Color information

#6440DB (or 0x6440DB) is unknown color: approx Slate Blue. HEX triplet: 64, 40 and DB. RGB value is (100,64,219). Sum of RGB (Red+Green+Blue) = 100+64+219=383 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.11% from 383); Green value is 64 (25.39% from 255 or 16.71% from 383); Blue value is 219 (85.94% from 255 or 57.18% from 383); Max value from RGB is 219 - color contains mainly: blue. Hex color #6440DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6440DB is #9BBF24. Grayscale: #5B5B5B. Windows color (decimal): -10207013 or 14368868. OLE color: 14368868.

HSL color Cylindrical-coordinate representation of color #6440DB: hue angle of 253.94º 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 #6440DB is Cyan = 0.54, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB10064219-
CMYK0.540.7100.14
HSL253.94º68.28%55.49%-
HSV(B)253.94º70.78%85.88%-
XYZ19.8811.4968.19-
YUV92.43199.43133.4-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.11%
GREEN value IS 64 (25.39% from 255) = 16.71%
BLUE value IS 219 (85.94% from 255) = 57.18%
R=26.11%
G=16.71%
B=57.18%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal100642190.540.7100.14253.9468.2855.49
Hex6440DB36470Efe4437
Octal1441003336610701637610467
Binary1100100100000011011011110110100011101110111111101000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6440DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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