Html Css Color HEX #6953EA Medium Slate Blue

📋 copy color: '#6953EA'

red 105 ◦ green 83 ◦ blue 234

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

Shades of Medium Slate Blue #6953EA

Tints of Medium Slate Blue #6953EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 55.45%

R = 24.88%
G = 19.67%
B = 55.45%

CMYK

 C value IS 0.55

 M value IS 0.65

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6953EA (or 0x6953EA) is known color: Medium Slate Blue. HEX triplet: 69, 53 and EA. RGB value is (105,83,234). Sum of RGB (Red+Green+Blue) = 105+83+234=422 (55% of max value = 765). Red value is 105 (41.41% from 255 or 24.88% from 422); Green value is 83 (32.81% from 255 or 19.67% from 422); Blue value is 234 (91.80% from 255 or 55.45% from 422); Max value from RGB is 234 - color contains mainly: blue. Hex color #6953EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6953EA is #96AC15. Grayscale: #6A6A6A. Windows color (decimal): -9874454 or 15356777. OLE color: 15356777.

HSL color Cylindrical-coordinate representation of color #6953EA: hue angle of 248.74º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6953EA is Cyan = 0.55, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 105 83 234 -
CMYK 0.55 0.65 0 0.08
HSL 248.74º 0.78% 0.62% -
HSV(B) 248.74º 0.65% 0.92% -
XYZ 23.77 15.13 79.51 -
YUV 106.79 199.79 126.72 -
System Red Green Blue C M Y K H S L
Decimal 105 83 234 0.55 0.65 0 0.08 248.74 0.78 0.62
Hex 69 53 EA 37 41 0 8 F9 4E 3E
Octal 151 123 352 67 101 0 10 371 116 76
Binary 1101001 1010011 11101010 110111 1000001 0 1000 11111001 1001110 111110

Color Harmonies of #6953EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6953EA

Black with #6953EA

Text Example


Text Example

White with #6953EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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