#6C44DD

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

Shades of Slate Blue #6C44DD

Tints of Slate Blue #6C44DD

Color information

#6C44DD (or 0x6C44DD) is unknown color: approx Slate Blue. HEX triplet: 6C, 44 and DD. RGB value is (108,68,221). Sum of RGB (Red+Green+Blue) = 108+68+221=397 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.20% from 397); Green value is 68 (26.95% from 255 or 17.13% from 397); Blue value is 221 (86.72% from 255 or 55.67% from 397); Max value from RGB is 221 - color contains mainly: blue. Hex color #6C44DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C44DD is #93BB22. Grayscale: #606060. Windows color (decimal): -9681699 or 14500972. OLE color: 14500972.

HSL color Cylindrical-coordinate representation of color #6C44DD: hue angle of 255.69º 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 #6C44DD is Cyan = 0.51, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB10868221-
CMYK0.510.6900.13
HSL255.69º69.23%56.67%-
HSV(B)255.69º69.23%86.67%-
XYZ21.312.5469.7-
YUV97.4197.75135.56-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 27.20%
GREEN value IS 68 (26.95% from 255) = 17.13%
BLUE value IS 221 (86.72% from 255) = 55.67%
R=27.20%
G=17.13%
B=55.67%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal108682210.510.6900.13255.6969.2356.67
Hex6C44DD33450D1004539
Octal1541043356310501540010571
Binary11011001000100110111011100111000101011011000000001000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C44DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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