Html Css Color HEX #6960EE Medium Slate Blue

📋 copy color: '#6960EE'

red 105 ◦ green 96 ◦ blue 238

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

Shades of Medium Slate Blue #6960EE

Tints of Medium Slate Blue #6960EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 54.21%

R = 23.92%
G = 21.87%
B = 54.21%

CMYK

 C value IS 0.56

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6960EE (or 0x6960EE) is known color: Medium Slate Blue. HEX triplet: 69, 60 and EE. RGB value is (105,96,238). Sum of RGB (Red+Green+Blue) = 105+96+238=439 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.92% from 439); Green value is 96 (37.89% from 255 or 21.87% from 439); Blue value is 238 (93.36% from 255 or 54.21% from 439); Max value from RGB is 238 - color contains mainly: blue. Hex color #6960EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6960EE is #969F11. Grayscale: #727272. Windows color (decimal): -9871122 or 15622249. OLE color: 15622249.

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

Color convert

RGB 105 96 238 -
CMYK 0.56 0.60 0 0.07
HSL 243.8º 0.81% 0.65% -
HSV(B) 243.8º 0.6% 0.93% -
XYZ 25.44 17.54 82.93 -
YUV 114.88 197.48 120.95 -
System Red Green Blue C M Y K H S L
Decimal 105 96 238 0.56 0.60 0 0.07 243.8 0.81 0.65
Hex 69 60 EE 38 3C 0 7 F4 51 41
Octal 151 140 356 70 74 0 7 364 121 101
Binary 1101001 1100000 11101110 111000 111100 0 111 11110100 1010001 1000001

Color Harmonies of #6960EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6960EE

Black with #6960EE

Text Example


Text Example

White with #6960EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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