Html Css Color HEX #6960EF Medium Slate Blue

📋 copy color: '#6960EF'

red 105 ◦ green 96 ◦ blue 239

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

Shades of Medium Slate Blue #6960EF

Tints of Medium Slate Blue #6960EF

RGB

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

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

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

R = 23.86%
G = 21.82%
B = 54.32%

CMYK

 C value IS 0.56

 M value IS 0.60

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6960EF (or 0x6960EF) is known color: Medium Slate Blue. HEX triplet: 69, 60 and EF. RGB value is (105,96,239). Sum of RGB (Red+Green+Blue) = 105+96+239=440 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.86% from 440); Green value is 96 (37.89% from 255 or 21.82% from 440); Blue value is 239 (93.75% from 255 or 54.32% from 440); Max value from RGB is 239 - color contains mainly: blue. Hex color #6960EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6960EF is #969F10. Grayscale: #727272. Windows color (decimal): -9871121 or 15687785. OLE color: 15687785.

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

Color convert

RGB 105 96 239 -
CMYK 0.56 0.60 0 0.06
HSL 243.78º 0.82% 0.66% -
HSV(B) 243.78º 0.6% 0.94% -
XYZ 25.59 17.6 83.71 -
YUV 114.99 197.98 120.87 -
System Red Green Blue C M Y K H S L
Decimal 105 96 239 0.56 0.60 0 0.06 243.78 0.82 0.66
Hex 69 60 EF 38 3C 0 6 F4 52 42
Octal 151 140 357 70 74 0 6 364 122 102
Binary 1101001 1100000 11101111 111000 111100 0 110 11110100 1010010 1000010

Color Harmonies of #6960EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6960EF

Black with #6960EF

Text Example


Text Example

White with #6960EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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