Html Css Color HEX #6953EF Medium Slate Blue

📋 copy color: '#6953EF'

red 105 ◦ green 83 ◦ blue 239

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

Shades of Medium Slate Blue #6953EF

Tints of Medium Slate Blue #6953EF

RGB

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

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

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

R = 24.59%
G = 19.44%
B = 55.97%

CMYK

 C value IS 0.56

 M value IS 0.65

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6953EF (or 0x6953EF) is known color: Medium Slate Blue. HEX triplet: 69, 53 and EF. RGB value is (105,83,239). Sum of RGB (Red+Green+Blue) = 105+83+239=427 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.59% from 427); Green value is 83 (32.81% from 255 or 19.44% from 427); Blue value is 239 (93.75% from 255 or 55.97% from 427); Max value from RGB is 239 - color contains mainly: blue. Hex color #6953EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6953EF is #96AC10. Grayscale: #6A6A6A. Windows color (decimal): -9874449 or 15684457. OLE color: 15684457.

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

Color convert

RGB 105 83 239 -
CMYK 0.56 0.65 0 0.06
HSL 248.46º 0.83% 0.63% -
HSV(B) 248.46º 0.65% 0.94% -
XYZ 24.5 15.42 83.35 -
YUV 107.36 202.29 126.32 -
System Red Green Blue C M Y K H S L
Decimal 105 83 239 0.56 0.65 0 0.06 248.46 0.83 0.63
Hex 69 53 EF 38 41 0 6 F8 53 3F
Octal 151 123 357 70 101 0 6 370 123 77
Binary 1101001 1010011 11101111 111000 1000001 0 110 11111000 1010011 111111

Color Harmonies of #6953EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6953EF

Black with #6953EF

Text Example


Text Example

White with #6953EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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