Html Css Color HEX #6961E8 Medium Slate Blue

📋 copy color: '#6961E8'

red 105 ◦ green 97 ◦ blue 232

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

Shades of Medium Slate Blue #6961E8

Tints of Medium Slate Blue #6961E8

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.35%

 BLUE value IS 232 (91.02% from 255) = 53.46%

R = 24.19%
G = 22.35%
B = 53.46%

CMYK

 C value IS 0.55

 M value IS 0.58

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#6961E8 (or 0x6961E8) is known color: Medium Slate Blue. HEX triplet: 69, 61 and E8. RGB value is (105,97,232). Sum of RGB (Red+Green+Blue) = 105+97+232=434 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.19% from 434); Green value is 97 (38.28% from 255 or 22.35% from 434); Blue value is 232 (91.02% from 255 or 53.46% from 434); Max value from RGB is 232 - color contains mainly: blue. Hex color #6961E8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6961E8 is #969E17. Grayscale: #727272. Windows color (decimal): -9870872 or 15229289. OLE color: 15229289.

HSL color Cylindrical-coordinate representation of color #6961E8: hue angle of 243.56º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6961E8 is Cyan = 0.55, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 105 97 232 -
CMYK 0.55 0.58 0 0.09
HSL 243.56º 0.75% 0.65% -
HSV(B) 243.56º 0.58% 0.91% -
XYZ 24.67 17.38 78.4 -
YUV 114.78 194.15 121.02 -
System Red Green Blue C M Y K H S L
Decimal 105 97 232 0.55 0.58 0 0.09 243.56 0.75 0.65
Hex 69 61 E8 37 3A 0 9 F4 4B 41
Octal 151 141 350 67 72 0 11 364 113 101
Binary 1101001 1100001 11101000 110111 111010 0 1001 11110100 1001011 1000001

Color Harmonies of #6961E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6961E8

Black with #6961E8

Text Example


Text Example

White with #6961E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6961E8; }

 p { color: rgb(105,97,232); }

 H1.HeaderClassName
 {
   color: #6961E8;
 }
 .AnyTagClassName
 {
   color: #6961E8;
 }
</style>

background-color css

<style>
 a { background-color: #6961E8; }

 a { background-color: rgb(105,97,232); }

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

border-color css

<style>
 span { border-color: #6961E8; }

 span { border-color: rgb(105,97,232); }

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