#6B46C9

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

Shades of Slate Blue #6B46C9

Tints of Slate Blue #6B46C9

Color information

#6B46C9 (or 0x6B46C9) is unknown color: approx Slate Blue. HEX triplet: 6B, 46 and C9. RGB value is (107,70,201). Sum of RGB (Red+Green+Blue) = 107+70+201=378 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.31% from 378); Green value is 70 (27.73% from 255 or 18.52% from 378); Blue value is 201 (78.91% from 255 or 53.17% from 378); Max value from RGB is 201 - color contains mainly: blue. Hex color #6B46C9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B46C9 is #94B936. Grayscale: #5F5F5F. Windows color (decimal): -9746743 or 13190763. OLE color: 13190763.

HSL color Cylindrical-coordinate representation of color #6B46C9: hue angle of 256.95º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6B46C9 is Cyan = 0.47, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB10770201-
CMYK0.470.6500.21
HSL256.95º54.81%53.14%-
HSV(B)256.95º65.17%78.82%-
XYZ18.811.7256.53-
YUV96187.26135.85-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 28.31%
GREEN value IS 70 (27.73% from 255) = 18.52%
BLUE value IS 201 (78.91% from 255) = 53.17%
R=28.31%
G=18.52%
B=53.17%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal107702010.470.6500.21256.9554.8153.14
Hex6B46C92F410151013735
Octal153106311571010254016765
Binary11010111000110110010011011111000001010101100000001110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B46C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,70,201); }

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

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

 a { background-color: rgb(107,70,201); }

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

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

 span { border-color: rgb(107,70,201); }

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