Html Css Color HEX #6956EA Medium Slate Blue

📋 copy color: '#6956EA'

red 105 ◦ green 86 ◦ blue 234

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

Shades of Medium Slate Blue #6956EA

Tints of Medium Slate Blue #6956EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 55.06%

R = 24.71%
G = 20.24%
B = 55.06%

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

#6956EA (or 0x6956EA) is known color: Medium Slate Blue. HEX triplet: 69, 56 and EA. RGB value is (105,86,234). Sum of RGB (Red+Green+Blue) = 105+86+234=425 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.71% from 425); Green value is 86 (33.98% from 255 or 20.24% from 425); Blue value is 234 (91.80% from 255 or 55.06% from 425); Max value from RGB is 234 - color contains mainly: blue. Hex color #6956EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6956EA is #96A915. Grayscale: #6B6B6B. Windows color (decimal): -9873686 or 15357545. OLE color: 15357545.

HSL color Cylindrical-coordinate representation of color #6956EA: hue angle of 247.7º degrees, saturation: 0.78, 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 #6956EA is Cyan = 0.55, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 105 86 234 -
CMYK 0.55 0.63 0 0.08
HSL 247.7º 0.78% 0.63% -
HSV(B) 247.7º 0.63% 0.92% -
XYZ 24 15.6 79.59 -
YUV 108.55 198.79 125.47 -
System Red Green Blue C M Y K H S L
Decimal 105 86 234 0.55 0.63 0 0.08 247.7 0.78 0.63
Hex 69 56 EA 37 3F 0 8 F8 4E 3F
Octal 151 126 352 67 77 0 10 370 116 77
Binary 1101001 1010110 11101010 110111 111111 0 1000 11111000 1001110 111111

Color Harmonies of #6956EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6956EA

Black with #6956EA

Text Example


Text Example

White with #6956EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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