Html Css Color HEX #6960EC Medium Slate Blue

📋 copy color: '#6960EC'

red 105 ◦ green 96 ◦ blue 236

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

Shades of Medium Slate Blue #6960EC

Tints of Medium Slate Blue #6960EC

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.97%

 BLUE value IS 236 (92.58% from 255) = 54%

R = 24.03%
G = 21.97%
B = 54%

CMYK

 C value IS 0.56

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6960EC (or 0x6960EC) is known color: Medium Slate Blue. HEX triplet: 69, 60 and EC. RGB value is (105,96,236). Sum of RGB (Red+Green+Blue) = 105+96+236=437 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.03% from 437); Green value is 96 (37.89% from 255 or 21.97% from 437); Blue value is 236 (92.58% from 255 or 54.00% from 437); Max value from RGB is 236 - color contains mainly: blue. Hex color #6960EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6960EC is #969F13. Grayscale: #727272. Windows color (decimal): -9871124 or 15491177. OLE color: 15491177.

HSL color Cylindrical-coordinate representation of color #6960EC: hue angle of 243.86º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6960EC is Cyan = 0.56, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 105 96 236 -
CMYK 0.56 0.59 0 0.07
HSL 243.86º 0.79% 0.65% -
HSV(B) 243.86º 0.59% 0.93% -
XYZ 25.15 17.43 81.39 -
YUV 114.65 196.48 121.12 -
System Red Green Blue C M Y K H S L
Decimal 105 96 236 0.56 0.59 0 0.07 243.86 0.79 0.65
Hex 69 60 EC 38 3B 0 7 F4 4F 41
Octal 151 140 354 70 73 0 7 364 117 101
Binary 1101001 1100000 11101100 111000 111011 0 111 11110100 1001111 1000001

Color Harmonies of #6960EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6960EC

Black with #6960EC

Text Example


Text Example

White with #6960EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6960EC; }

 p { color: rgb(105,96,236); }

 H1.HeaderClassName
 {
   color: #6960EC;
 }
 .AnyTagClassName
 {
   color: #6960EC;
 }
</style>

background-color css

<style>
 a { background-color: #6960EC; }

 a { background-color: rgb(105,96,236); }

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

border-color css

<style>
 span { border-color: #6960EC; }

 span { border-color: rgb(105,96,236); }

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