Html Css Color HEX #6963EF Medium Slate Blue

📋 copy color: '#6963EF'

red 105 ◦ green 99 ◦ blue 239

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

Shades of Medium Slate Blue #6963EF

Tints of Medium Slate Blue #6963EF

RGB

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

 GREEN value IS 99 (39.06% from 255) = 22.35%

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

R = 23.7%
G = 22.35%
B = 53.95%

CMYK

 C value IS 0.56

 M value IS 0.59

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6963EF (or 0x6963EF) is known color: Medium Slate Blue. HEX triplet: 69, 63 and EF. RGB value is (105,99,239). Sum of RGB (Red+Green+Blue) = 105+99+239=443 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.70% from 443); Green value is 99 (39.06% from 255 or 22.35% from 443); Blue value is 239 (93.75% from 255 or 53.95% from 443); Max value from RGB is 239 - color contains mainly: blue. Hex color #6963EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6963EF is #969C10. Grayscale: #747474. Windows color (decimal): -9870353 or 15688553. OLE color: 15688553.

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

Color convert

RGB 105 99 239 -
CMYK 0.56 0.59 0 0.06
HSL 242.57º 0.81% 0.66% -
HSV(B) 242.57º 0.59% 0.94% -
XYZ 25.87 18.16 83.8 -
YUV 116.75 196.99 119.62 -
System Red Green Blue C M Y K H S L
Decimal 105 99 239 0.56 0.59 0 0.06 242.57 0.81 0.66
Hex 69 63 EF 38 3B 0 6 F3 51 42
Octal 151 143 357 70 73 0 6 363 121 102
Binary 1101001 1100011 11101111 111000 111011 0 110 11110011 1010001 1000010

Color Harmonies of #6963EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6963EF

Black with #6963EF

Text Example


Text Example

White with #6963EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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