#6B4BC1

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

Shades of Slate Blue #6B4BC1

Tints of Slate Blue #6B4BC1

Color information

#6B4BC1 (or 0x6B4BC1) is unknown color: approx Slate Blue. HEX triplet: 6B, 4B and C1. RGB value is (107,75,193). Sum of RGB (Red+Green+Blue) = 107+75+193=375 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.53% from 375); Green value is 75 (29.69% from 255 or 20% from 375); Blue value is 193 (75.78% from 255 or 51.47% from 375); Max value from RGB is 193 - color contains mainly: blue. Hex color #6B4BC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B4BC1 is #94B43E. Grayscale: #616161. Windows color (decimal): -9745471 or 12667755. OLE color: 12667755.

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

Color convert

RGB10775193-
CMYK0.450.6100.24
HSL256.27º48.76%52.55%-
HSV(B)256.27º61.14%75.69%-
XYZ18.2112.0151.81-
YUV98.02181.6134.41-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 28.53%
GREEN value IS 75 (29.69% from 255) = 20%
BLUE value IS 193 (75.78% from 255) = 51.47%
R=28.53%
G=20%
B=51.47%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal107751930.450.6100.24256.2748.7652.55
Hex6B4BC12D3D0181003135
Octal15311330155750304006165
Binary1101011100101111000001101101111101011000100000000110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B4BC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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