Html Css Color HEX #6B5AEF Medium Slate Blue

📋 copy color: '#6B5AEF'

red 107 ◦ green 90 ◦ blue 239

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

Shades of Medium Slate Blue #6B5AEF

Tints of Medium Slate Blue #6B5AEF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.64%

 BLUE value IS 239 (93.75% from 255) = 54.82%

R = 24.54%
G = 20.64%
B = 54.82%

CMYK

 C value IS 0.55

 M value IS 0.62

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6B5AEF (or 0x6B5AEF) is known color: Medium Slate Blue. HEX triplet: 6B, 5A and EF. RGB value is (107,90,239). Sum of RGB (Red+Green+Blue) = 107+90+239=436 (57% of max value = 765). Red value is 107 (42.19% from 255 or 24.54% from 436); Green value is 90 (35.55% from 255 or 20.64% from 436); Blue value is 239 (93.75% from 255 or 54.82% from 436); Max value from RGB is 239 - color contains mainly: blue. Hex color #6B5AEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B5AEF is #94A510. Grayscale: #6F6F6F. Windows color (decimal): -9741585 or 15686251. OLE color: 15686251.

HSL color Cylindrical-coordinate representation of color #6B5AEF: hue angle of 246.85º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6B5AEF is Cyan = 0.55, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 107 90 239 -
CMYK 0.55 0.62 0 0.06
HSL 246.85º 0.82% 0.65% -
HSV(B) 246.85º 0.62% 0.94% -
XYZ 25.3 16.67 83.55 -
YUV 112.07 199.63 124.38 -
System Red Green Blue C M Y K H S L
Decimal 107 90 239 0.55 0.62 0 0.06 246.85 0.82 0.65
Hex 6B 5A EF 37 3E 0 6 F7 52 41
Octal 153 132 357 67 76 0 6 367 122 101
Binary 1101011 1011010 11101111 110111 111110 0 110 11110111 1010010 1000001

Color Harmonies of #6B5AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5AEF

Black with #6B5AEF

Text Example


Text Example

White with #6B5AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,90,239); }

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

background-color css

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

 a { background-color: rgb(107,90,239); }

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

border-color css

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

 span { border-color: rgb(107,90,239); }

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