Html Css Color HEX #6553EF Medium Slate Blue

📋 copy color: '#6553EF'

red 101 ◦ green 83 ◦ blue 239

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

Shades of Medium Slate Blue #6553EF

Tints of Medium Slate Blue #6553EF

RGB

 RED value IS 101 (39.84% from 255) = 23.88%

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

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

R = 23.88%
G = 19.62%
B = 56.5%

CMYK

 C value IS 0.58

 M value IS 0.65

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6553EF (or 0x6553EF) is known color: Medium Slate Blue. HEX triplet: 65, 53 and EF. RGB value is (101,83,239). Sum of RGB (Red+Green+Blue) = 101+83+239=423 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.88% from 423); Green value is 83 (32.81% from 255 or 19.62% from 423); Blue value is 239 (93.75% from 255 or 56.50% from 423); Max value from RGB is 239 - color contains mainly: blue. Hex color #6553EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6553EF is #9AAC10. Grayscale: #696969. Windows color (decimal): -10136593 or 15684453. OLE color: 15684453.

HSL color Cylindrical-coordinate representation of color #6553EF: hue angle of 246.92º 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 #6553EF is Cyan = 0.58, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 101 83 239 -
CMYK 0.58 0.65 0 0.06
HSL 246.92º 0.83% 0.63% -
HSV(B) 246.92º 0.65% 0.94% -
XYZ 24.04 15.19 83.33 -
YUV 106.17 202.96 124.32 -
System Red Green Blue C M Y K H S L
Decimal 101 83 239 0.58 0.65 0 0.06 246.92 0.83 0.63
Hex 65 53 EF 3A 41 0 6 F7 53 3F
Octal 145 123 357 72 101 0 6 367 123 77
Binary 1100101 1010011 11101111 111010 1000001 0 110 11110111 1010011 111111

Color Harmonies of #6553EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6553EF

Black with #6553EF

Text Example


Text Example

White with #6553EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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