Html Css Color HEX #6B56FE Medium Slate Blue

📋 copy color: '#6B56FE'

red 107 ◦ green 86 ◦ blue 254

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

Shades of Medium Slate Blue #6B56FE

Tints of Medium Slate Blue #6B56FE

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.24%

 BLUE value IS 254 (99.61% from 255) = 56.82%

R = 23.94%
G = 19.24%
B = 56.82%

CMYK

 C value IS 0.58

 M value IS 0.66

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6B56FE (or 0x6B56FE) is known color: Medium Slate Blue. HEX triplet: 6B, 56 and FE. RGB value is (107,86,254). Sum of RGB (Red+Green+Blue) = 107+86+254=447 (59% of max value = 765). Red value is 107 (42.19% from 255 or 23.94% from 447); Green value is 86 (33.98% from 255 or 19.24% from 447); Blue value is 254 (99.61% from 255 or 56.82% from 447); Max value from RGB is 254 - color contains mainly: blue. Hex color #6B56FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B56FE is #94A901. Grayscale: #6E6E6E. Windows color (decimal): -9742594 or 16668267. OLE color: 16668267.

HSL color Cylindrical-coordinate representation of color #6B56FE: hue angle of 247.5º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6B56FE is Cyan = 0.58, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 107 86 254 -
CMYK 0.58 0.66 0 0.00
HSL 247.5º 0.99% 0.67% -
HSV(B) 247.5º 0.66% 1% -
XYZ 27.28 16.94 95.6 -
YUV 111.43 208.46 124.84 -
System Red Green Blue C M Y K H S L
Decimal 107 86 254 0.58 0.66 0 0.00 247.5 0.99 0.67
Hex 6B 56 FE 3A 42 0 0 F8 63 43
Octal 153 126 376 72 102 0 0 370 143 103
Binary 1101011 1010110 11111110 111010 1000010 0 0 11111000 1100011 1000011

Color Harmonies of #6B56FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B56FE

Black with #6B56FE

Text Example


Text Example

White with #6B56FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,86,254); }

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

background-color css

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

 a { background-color: rgb(107,86,254); }

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

border-color css

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

 span { border-color: rgb(107,86,254); }

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