Html Css Color HEX #6B51FA Medium Slate Blue

📋 copy color: '#6B51FA'

red 107 ◦ green 81 ◦ blue 250

#6B51FA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Slate Blue #6B51FA

Tints of Medium Slate Blue #6B51FA

RGB

 RED value IS 107 (42.19% from 255) = 24.43%

 GREEN value IS 81 (32.03% from 255) = 18.49%

 BLUE value IS 250 (98.05% from 255) = 57.08%

R = 24.43%
G = 18.49%
B = 57.08%

CMYK

 C value IS 0.57

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6B51FA (or 0x6B51FA) is known color: Medium Slate Blue. HEX triplet: 6B, 51 and FA. RGB value is (107,81,250). Sum of RGB (Red+Green+Blue) = 107+81+250=438 (58% of max value = 765). Red value is 107 (42.19% from 255 or 24.43% from 438); Green value is 81 (32.03% from 255 or 18.49% from 438); Blue value is 250 (98.05% from 255 or 57.08% from 438); Max value from RGB is 250 - color contains mainly: blue. Hex color #6B51FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B51FA is #94AE05. Grayscale: #6B6B6B. Windows color (decimal): -9743878 or 16404843. OLE color: 16404843.

HSL color Cylindrical-coordinate representation of color #6B51FA: hue angle of 249.23º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6B51FA is Cyan = 0.57, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 107 81 250 -
CMYK 0.57 0.68 0 0.02
HSL 249.23º 0.94% 0.65% -
HSV(B) 249.23º 0.68% 0.98% -
XYZ 26.26 15.91 92.13 -
YUV 108.04 208.11 127.26 -
System Red Green Blue C M Y K H S L
Decimal 107 81 250 0.57 0.68 0 0.02 249.23 0.94 0.65
Hex 6B 51 FA 39 44 0 2 F9 5E 41
Octal 153 121 372 71 104 0 2 371 136 101
Binary 1101011 1010001 11111010 111001 1000100 0 10 11111001 1011110 1000001

Color Harmonies of #6B51FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B51FA

Black with #6B51FA

Text Example


Text Example

White with #6B51FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,81,250); }

 H1.HeaderClassName
 {
   color: #6B51FA;
 }
 .AnyTagClassName
 {
   color: #6B51FA;
 }
</style>

background-color css

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

 a { background-color: rgb(107,81,250); }

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

border-color css

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

 span { border-color: rgb(107,81,250); }

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