#6b49c1

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

Shades of Slate Blue #6B49C1

Tints of Slate Blue #6B49C1

Color information

#6B49C1 (or 0x6B49C1) is unknown color: approx Slate Blue. HEX triplet: 6B, 49 and C1. RGB value is (107,73,193). Sum of RGB (Red+Green+Blue) = 107+73+193=373 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.69% from 373); Green value is 73 (28.91% from 255 or 19.57% from 373); Blue value is 193 (75.78% from 255 or 51.74% from 373); Max value from RGB is 193 - color contains mainly: blue. Hex color #6B49C1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B49C1 is #94B63E. Grayscale: #606060. Windows color (decimal): -9745983 or 12667243. OLE color: 12667243.

HSL color Cylindrical-coordinate representation of color #6B49C1: hue angle of 257º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6B49C1 is Cyan = 0.45, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB10773193-
CMYK0.450.6200.24
HSL257º49.18%52.16%-
HSV(B)257º62.18%75.69%-
XYZ18.0711.7451.77-
YUV96.85182.26135.24-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 28.69%
GREEN value IS 73 (28.91% from 255) = 19.57%
BLUE value IS 193 (75.78% from 255) = 51.74%
R=28.69%
G=19.57%
B=51.74%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal107731930.450.6200.2425749.1852.16
Hex6B49C12D3E0181013134
Octal15311130155760304016164
Binary1101011100100111000001101101111110011000100000001110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6b49c1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,73,193); }

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

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

 a { background-color: rgb(107,73,193); }

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

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

 span { border-color: rgb(107,73,193); }

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