Html Css Color HEX #6964EF Medium Slate Blue

📋 copy color: '#6964EF'

red 105 ◦ green 100 ◦ blue 239

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

Shades of Medium Slate Blue #6964EF

Tints of Medium Slate Blue #6964EF

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.52%

 BLUE value IS 239 (93.75% from 255) = 53.83%

R = 23.65%
G = 22.52%
B = 53.83%

CMYK

 C value IS 0.56

 M value IS 0.58

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6964EF (or 0x6964EF) is known color: Medium Slate Blue. HEX triplet: 69, 64 and EF. RGB value is (105,100,239). Sum of RGB (Red+Green+Blue) = 105+100+239=444 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.65% from 444); Green value is 100 (39.45% from 255 or 22.52% from 444); Blue value is 239 (93.75% from 255 or 53.83% from 444); Max value from RGB is 239 - color contains mainly: blue. Hex color #6964EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6964EF is #969B10. Grayscale: #747474. Windows color (decimal): -9870097 or 15688809. OLE color: 15688809.

HSL color Cylindrical-coordinate representation of color #6964EF: hue angle of 242.16º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6964EF is Cyan = 0.56, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 105 100 239 -
CMYK 0.56 0.58 0 0.06
HSL 242.16º 0.81% 0.66% -
HSV(B) 242.16º 0.58% 0.94% -
XYZ 25.96 18.35 83.83 -
YUV 117.34 196.66 119.2 -
System Red Green Blue C M Y K H S L
Decimal 105 100 239 0.56 0.58 0 0.06 242.16 0.81 0.66
Hex 69 64 EF 38 3A 0 6 F2 51 42
Octal 151 144 357 70 72 0 6 362 121 102
Binary 1101001 1100100 11101111 111000 111010 0 110 11110010 1010001 1000010

Color Harmonies of #6964EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6964EF

Black with #6964EF

Text Example


Text Example

White with #6964EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6964EF; }

 p { color: rgb(105,100,239); }

 H1.HeaderClassName
 {
   color: #6964EF;
 }
 .AnyTagClassName
 {
   color: #6964EF;
 }
</style>

background-color css

<style>
 a { background-color: #6964EF; }

 a { background-color: rgb(105,100,239); }

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

border-color css

<style>
 span { border-color: #6964EF; }

 span { border-color: rgb(105,100,239); }

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