#6B44DD

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

Shades of Slate Blue #6B44DD

Tints of Slate Blue #6B44DD

Color information

#6B44DD (or 0x6B44DD) is unknown color: approx Slate Blue. HEX triplet: 6B, 44 and DD. RGB value is (107,68,221). Sum of RGB (Red+Green+Blue) = 107+68+221=396 (52% of max value = 765). Red value is 107 (42.19% from 255 or 27.02% from 396); Green value is 68 (26.95% from 255 or 17.17% from 396); Blue value is 221 (86.72% from 255 or 55.81% from 396); Max value from RGB is 221 - color contains mainly: blue. Hex color #6B44DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B44DD is #94BB22. Grayscale: #606060. Windows color (decimal): -9747235 or 14500971. OLE color: 14500971.

HSL color Cylindrical-coordinate representation of color #6B44DD: hue angle of 255.29º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6B44DD is Cyan = 0.52, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB10768221-
CMYK0.520.6900.13
HSL255.29º69.23%56.67%-
HSV(B)255.29º69.23%86.67%-
XYZ21.1812.4869.7-
YUV97.1197.92135.06-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 27.02%
GREEN value IS 68 (26.95% from 255) = 17.17%
BLUE value IS 221 (86.72% from 255) = 55.81%
R=27.02%
G=17.17%
B=55.81%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal107682210.520.6900.13255.2969.2356.67
Hex6B44DD34450Dff4539
Octal1531043356410501537710571
Binary1101011100010011011101110100100010101101111111111000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B44DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6B44DD; }

 p { color: rgb(107,68,221); }

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

<style>
 a { background-color: #6B44DD; }

 a { background-color: rgb(107,68,221); }

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

<style>
 span { border-color: #6B44DD; }

 span { border-color: rgb(107,68,221); }

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