Html Css Color HEX #6956EB Medium Slate Blue

📋 copy color: '#6956EB'

red 105 ◦ green 86 ◦ blue 235

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

Shades of Medium Slate Blue #6956EB

Tints of Medium Slate Blue #6956EB

RGB

 RED value IS 105 (41.41% from 255) = 24.65%

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

 BLUE value IS 235 (92.19% from 255) = 55.16%

R = 24.65%
G = 20.19%
B = 55.16%

CMYK

 C value IS 0.55

 M value IS 0.63

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6956EB (or 0x6956EB) is known color: Medium Slate Blue. HEX triplet: 69, 56 and EB. RGB value is (105,86,235). Sum of RGB (Red+Green+Blue) = 105+86+235=426 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.65% from 426); Green value is 86 (33.98% from 255 or 20.19% from 426); Blue value is 235 (92.19% from 255 or 55.16% from 426); Max value from RGB is 235 - color contains mainly: blue. Hex color #6956EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6956EB is #96A914. Grayscale: #6C6C6C. Windows color (decimal): -9873685 or 15423081. OLE color: 15423081.

HSL color Cylindrical-coordinate representation of color #6956EB: hue angle of 247.65º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6956EB is Cyan = 0.55, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 105 86 235 -
CMYK 0.55 0.63 0 0.08
HSL 247.65º 0.79% 0.63% -
HSV(B) 247.65º 0.63% 0.92% -
XYZ 24.15 15.66 80.35 -
YUV 108.67 199.29 125.38 -
System Red Green Blue C M Y K H S L
Decimal 105 86 235 0.55 0.63 0 0.08 247.65 0.79 0.63
Hex 69 56 EB 37 3F 0 8 F8 4F 3F
Octal 151 126 353 67 77 0 10 370 117 77
Binary 1101001 1010110 11101011 110111 111111 0 1000 11111000 1001111 111111

Color Harmonies of #6956EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6956EB

Black with #6956EB

Text Example


Text Example

White with #6956EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6956EB; }

 p { color: rgb(105,86,235); }

 H1.HeaderClassName
 {
   color: #6956EB;
 }
 .AnyTagClassName
 {
   color: #6956EB;
 }
</style>

background-color css

<style>
 a { background-color: #6956EB; }

 a { background-color: rgb(105,86,235); }

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

border-color css

<style>
 span { border-color: #6956EB; }

 span { border-color: rgb(105,86,235); }

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