#6B52F1

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

Shades of Medium Slate Blue #6B52F1

Tints of Medium Slate Blue #6B52F1

Color information

#6B52F1 (or 0x6B52F1) is unknown color: approx Medium Slate Blue. HEX triplet: 6B, 52 and F1. RGB value is (107,82,241). Sum of RGB (Red+Green+Blue) = 107+82+241=430 (56% of max value = 765). Red value is 107 (42.19% from 255 or 24.88% from 430); Green value is 82 (32.42% from 255 or 19.07% from 430); Blue value is 241 (94.53% from 255 or 56.05% from 430); Max value from RGB is 241 - color contains mainly: blue. Hex color #6B52F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B52F1 is #94AD0E. Grayscale: #6A6A6A. Windows color (decimal): -9743631 or 15815275. OLE color: 15815275.

HSL color Cylindrical-coordinate representation of color #6B52F1: hue angle of 249.43º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6B52F1 is Cyan = 0.56, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB10782241-
CMYK0.560.6600.05
HSL249.43º85.03%63.33%-
HSV(B)249.43º65.98%94.51%-
XYZ24.9615.5184.9-
YUV107.6203.28127.57-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 24.88%
GREEN value IS 82 (32.42% from 255) = 19.07%
BLUE value IS 241 (94.53% from 255) = 56.05%
R=24.88%
G=19.07%
B=56.05%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal107822410.560.6600.05249.4385.0363.33
Hex6B52F1384205f9553f
Octal153122361701020537112577
Binary110101110100101111000111100010000100101111110011010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B52F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,82,241); }

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

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

 a { background-color: rgb(107,82,241); }

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

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

 span { border-color: rgb(107,82,241); }

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