Html Css Color HEX #6A5BFB Medium Slate Blue

📋 copy color: '#6A5BFB'

red 106 ◦ green 91 ◦ blue 251

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

Shades of Medium Slate Blue #6A5BFB

Tints of Medium Slate Blue #6A5BFB

RGB

 RED value IS 106 (41.8% from 255) = 23.66%

 GREEN value IS 91 (35.94% from 255) = 20.31%

 BLUE value IS 251 (98.44% from 255) = 56.03%

R = 23.66%
G = 20.31%
B = 56.03%

CMYK

 C value IS 0.58

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6A5BFB (or 0x6A5BFB) is known color: Medium Slate Blue. HEX triplet: 6A, 5B and FB. RGB value is (106,91,251). Sum of RGB (Red+Green+Blue) = 106+91+251=448 (59% of max value = 765). Red value is 106 (41.80% from 255 or 23.66% from 448); Green value is 91 (35.94% from 255 or 20.31% from 448); Blue value is 251 (98.44% from 255 or 56.03% from 448); Max value from RGB is 251 - color contains mainly: blue. Hex color #6A5BFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6A5BFB is #95A404. Grayscale: #717171. Windows color (decimal): -9806853 or 16472938. OLE color: 16472938.

HSL color Cylindrical-coordinate representation of color #6A5BFB: hue angle of 245.62º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6A5BFB is Cyan = 0.58, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 106 91 251 -
CMYK 0.58 0.64 0 0.02
HSL 245.63º 0.95% 0.67% -
HSV(B) 245.63º 0.64% 0.98% -
XYZ 27.1 17.51 93.22 -
YUV 113.73 205.47 122.49 -
System Red Green Blue C M Y K H S L
Decimal 106 91 251 0.58 0.64 0 0.02 245.63 0.95 0.67
Hex 6A 5B FB 3A 40 0 2 F6 5F 43
Octal 152 133 373 72 100 0 2 366 137 103
Binary 1101010 1011011 11111011 111010 1000000 0 10 11110110 1011111 1000011

Color Harmonies of #6A5BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A5BFB

Black with #6A5BFB

Text Example


Text Example

White with #6A5BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,91,251); }

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

background-color css

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

 a { background-color: rgb(106,91,251); }

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

border-color css

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

 span { border-color: rgb(106,91,251); }

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