#6B44CB

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

Shades of Slate Blue #6B44CB

Tints of Slate Blue #6B44CB

Color information

#6B44CB (or 0x6B44CB) is unknown color: approx Slate Blue. HEX triplet: 6B, 44 and CB. RGB value is (107,68,203). Sum of RGB (Red+Green+Blue) = 107+68+203=378 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.31% from 378); Green value is 68 (26.95% from 255 or 17.99% from 378); Blue value is 203 (79.69% from 255 or 53.70% from 378); Max value from RGB is 203 - color contains mainly: blue. Hex color #6B44CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B44CB is #94BB34. Grayscale: #5E5E5E. Windows color (decimal): -9747253 or 13321323. OLE color: 13321323.

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

Color convert

RGB10768203-
CMYK0.470.6700.20
HSL257.33º56.49%53.14%-
HSV(B)257.33º66.5%79.61%-
XYZ18.9111.5757.74-
YUV95.05188.92136.52-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 28.31%
GREEN value IS 68 (26.95% from 255) = 17.99%
BLUE value IS 203 (79.69% from 255) = 53.70%
R=28.31%
G=17.99%
B=53.70%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal107682030.470.6700.20257.3356.4953.14
Hex6B44CB2F430141013835
Octal153104313571030244017065
Binary11010111000100110010111011111000011010100100000001111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B44CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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