#6B44CD

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

Shades of Slate Blue #6B44CD

Tints of Slate Blue #6B44CD

Color information

#6B44CD (or 0x6B44CD) is unknown color: approx Slate Blue. HEX triplet: 6B, 44 and CD. RGB value is (107,68,205). Sum of RGB (Red+Green+Blue) = 107+68+205=380 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.16% from 380); Green value is 68 (26.95% from 255 or 17.89% from 380); Blue value is 205 (80.47% from 255 or 53.95% from 380); Max value from RGB is 205 - color contains mainly: blue. Hex color #6B44CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B44CD is #94BB32. Grayscale: #5E5E5E. Windows color (decimal): -9747251 or 13452395. OLE color: 13452395.

HSL color Cylindrical-coordinate representation of color #6B44CD: hue angle of 257.08º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6B44CD is Cyan = 0.48, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB10768205-
CMYK0.480.6700.20
HSL257.08º57.81%53.53%-
HSV(B)257.08º66.83%80.39%-
XYZ19.1511.6759-
YUV95.28189.92136.36-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 28.16%
GREEN value IS 68 (26.95% from 255) = 17.89%
BLUE value IS 205 (80.47% from 255) = 53.95%
R=28.16%
G=17.89%
B=53.95%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal107682050.480.6700.20257.0857.8153.53
Hex6B44CD30430141013a36
Octal153104315601030244017266
Binary11010111000100110011011100001000011010100100000001111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B44CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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