Html Css Color HEX #6953EC Medium Slate Blue

📋 copy color: '#6953EC'

red 105 ◦ green 83 ◦ blue 236

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

Shades of Medium Slate Blue #6953EC

Tints of Medium Slate Blue #6953EC

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.58%

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

R = 24.76%
G = 19.58%
B = 55.66%

CMYK

 C value IS 0.56

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6953EC (or 0x6953EC) is known color: Medium Slate Blue. HEX triplet: 69, 53 and EC. RGB value is (105,83,236). Sum of RGB (Red+Green+Blue) = 105+83+236=424 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.76% from 424); Green value is 83 (32.81% from 255 or 19.58% from 424); Blue value is 236 (92.58% from 255 or 55.66% from 424); Max value from RGB is 236 - color contains mainly: blue. Hex color #6953EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6953EC is #96AC13. Grayscale: #6A6A6A. Windows color (decimal): -9874452 or 15487849. OLE color: 15487849.

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

Color convert

RGB 105 83 236 -
CMYK 0.56 0.65 0 0.07
HSL 248.63º 0.8% 0.63% -
HSV(B) 248.63º 0.65% 0.93% -
XYZ 24.06 15.25 81.03 -
YUV 107.02 200.79 126.56 -
System Red Green Blue C M Y K H S L
Decimal 105 83 236 0.56 0.65 0 0.07 248.63 0.8 0.63
Hex 69 53 EC 38 41 0 7 F9 50 3F
Octal 151 123 354 70 101 0 7 371 120 77
Binary 1101001 1010011 11101100 111000 1000001 0 111 11111001 1010000 111111

Color Harmonies of #6953EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6953EC

Black with #6953EC

Text Example


Text Example

White with #6953EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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