Html Css Color HEX #6953ED Medium Slate Blue

📋 copy color: '#6953ED'

red 105 ◦ green 83 ◦ blue 237

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

Shades of Medium Slate Blue #6953ED

Tints of Medium Slate Blue #6953ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 55.76%

R = 24.71%
G = 19.53%
B = 55.76%

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

#6953ED (or 0x6953ED) is known color: Medium Slate Blue. HEX triplet: 69, 53 and ED. RGB value is (105,83,237). Sum of RGB (Red+Green+Blue) = 105+83+237=425 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.71% from 425); Green value is 83 (32.81% from 255 or 19.53% from 425); Blue value is 237 (92.97% from 255 or 55.76% from 425); Max value from RGB is 237 - color contains mainly: blue. Hex color #6953ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6953ED is #96AC12. Grayscale: #6A6A6A. Windows color (decimal): -9874451 or 15553385. OLE color: 15553385.

HSL color Cylindrical-coordinate representation of color #6953ED: hue angle of 248.57º degrees, saturation: 0.81, 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 #6953ED is Cyan = 0.56, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 105 83 237 -
CMYK 0.56 0.65 0 0.07
HSL 248.57º 0.81% 0.63% -
HSV(B) 248.57º 0.65% 0.93% -
XYZ 24.21 15.3 81.8 -
YUV 107.13 201.29 126.48 -
System Red Green Blue C M Y K H S L
Decimal 105 83 237 0.56 0.65 0 0.07 248.57 0.81 0.63
Hex 69 53 ED 38 41 0 7 F9 51 3F
Octal 151 123 355 70 101 0 7 371 121 77
Binary 1101001 1010011 11101101 111000 1000001 0 111 11111001 1010001 111111

Color Harmonies of #6953ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6953ED

Black with #6953ED

Text Example


Text Example

White with #6953ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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