#6B3DE6

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

Shades of Slate Blue #6B3DE6

Tints of Slate Blue #6B3DE6

Color information

#6B3DE6 (or 0x6B3DE6) is unknown color: approx Slate Blue. HEX triplet: 6B, 3D and E6. RGB value is (107,61,230). Sum of RGB (Red+Green+Blue) = 107+61+230=398 (52% of max value = 765). Red value is 107 (42.19% from 255 or 26.88% from 398); Green value is 61 (24.22% from 255 or 15.33% from 398); Blue value is 230 (90.23% from 255 or 57.79% from 398); Max value from RGB is 230 - color contains mainly: blue. Hex color #6B3DE6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6B3DE6 is #94C219. Grayscale: #5D5D5D. Windows color (decimal): -9749018 or 15089003. OLE color: 15089003.

HSL color Cylindrical-coordinate representation of color #6B3DE6: hue angle of 256.33º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6B3DE6 is Cyan = 0.53, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB10761230-
CMYK0.530.7300.10
HSL256.33º77.17%57.06%-
HSV(B)256.33º73.48%90.2%-
XYZ22.0212.1876.05-
YUV94.02204.74137.26-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 26.88%
GREEN value IS 61 (24.22% from 255) = 15.33%
BLUE value IS 230 (90.23% from 255) = 57.79%
R=26.88%
G=15.33%
B=57.79%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal107612300.530.7300.10256.3377.1757.06
Hex6B3DE635490A1004d39
Octal153753466511101240011571
Binary1101011111101111001101101011001001010101000000001001101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B3DE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,61,230); }

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

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

 a { background-color: rgb(107,61,230); }

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

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

 span { border-color: rgb(107,61,230); }

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